Title |
User |
Message |
Date Posted |
Re: compile failure |
BrandonTD |
thanks, got it to work. |
Aug 09, 2013 - 3:44:45 am UTC |
Re: compile failure |
Alex |
Currently, occurrences of strings like "%10" in source codes and comments are somehow stripped. This is a known bug that has to be fixed. For now, changing: num%100 to num % 100 should circumv... |
Aug 08, 2013 - 11:36:03 pm UTC |
compile failure |
BrandonTD |
Why is the result of my submission Compile failed /var/jail/safeplace/122018.java/p307ex9.java:10: cannot find symbol symbol : variable num0 location: class p307ex9 (line in my code) ^ 1 error |
Aug 08, 2013 - 2:23:31 pm UTC |