Skip to content

Commit

Permalink
Add problem URL at BasicRemains
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed Apr 12, 2017
1 parent e5d379e commit e2d2f12
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>interviews</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
3 changes: 3 additions & 0 deletions UVa/BasicRemains.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*10
*789
*/

//https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1492

import java.math.BigInteger;
import java.util.Scanner;

Expand Down
1 change: 1 addition & 0 deletions UVa/JollyJumper.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*Jolly
*Not jolly
*/

//https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=979

public class JollyJumper {
Expand Down
2 changes: 2 additions & 0 deletions UVa/LastNonZeroDigit.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
*4
*2
*/

//https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=1153

import static java.lang.System.exit;

import java.util.Scanner;
Expand Down
1 change: 1 addition & 0 deletions UVa/Newspaper.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*Sample Output
*3.74$
*/

//https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=2315

import java.text.DecimalFormat;
Expand Down

0 comments on commit e2d2f12

Please sign in to comment.