I resolve the problem but the online judge reported me Time Exceeded. And firts I resolve the problem in java and I got WA. With the same algorithm
[c]
// @JUDGE_ID: 32852WA 108 c++
#include <stdio.h>
#include <iomanip.h>
int sumaCuadro(int arr[][100], int ide, int jde, int ia, int ja){
int suma ...
Search found 4 matches
- Wed Jun 25, 2003 2:29 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51920
- Wed Jun 25, 2003 12:55 am
- Forum: Volume 1 (100-199)
- Topic: 108 - Maximum Sum
- Replies: 233
- Views: 51920
- Mon Jun 23, 2003 7:42 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10942
is your class named Main?
I thought I had the same problem and it was because the class must be named Main. And it could be the reason of get a compiler error.
- Mon Jun 23, 2003 2:22 am
- Forum: Volume 1 (100-199)
- Topic: 160 - Factors and Factorials
- Replies: 205
- Views: 45314
I need help. I'm trying to resolve problem 160 in java.
Hello :D :
I'm new here, and I have been having troubles using the judge: first because I couldn't use java.oi and after because I got a Wrong answer :( when I'm really sure my solution works.
So I give you my java code and I hope some of you could help me.
[java]
// @JUDGE_ID: 32852WA 160 Java ...
I'm new here, and I have been having troubles using the judge: first because I couldn't use java.oi and after because I got a Wrong answer :( when I'm really sure my solution works.
So I give you my java code and I hope some of you could help me.
[java]
// @JUDGE_ID: 32852WA 160 Java ...