plzzz help me i hav been stuck here fr abt 3-4 days....
i m desperate fr help becaz i don`t see any error in my code....
Search found 4 matches
- Thu Sep 06, 2007 6:56 am
- Forum: Volume 1 (100-199)
- Topic: 142 - Mouse Clicks
- Replies: 58
- Views: 11697
- Tue Sep 04, 2007 3:50 pm
- Forum: Volume 1 (100-199)
- Topic: 142 - Mouse Clicks
- Replies: 58
- Views: 11697
- Tue Sep 04, 2007 2:39 pm
- Forum: Volume 1 (100-199)
- Topic: 142 - Mouse Clicks
- Replies: 58
- Views: 11697
WA
i m frustrated...
i hav chek all the hint given in the forum but still i m getting WA
here`s my code......
#include <cstdlib>
#include <iostream>
#include <string>
#include <cctype>
#include <vector>
using namespace std;
struct ireg
{
int no;
int x;
int y;
};
int main(int argc, char *argv ...
i hav chek all the hint given in the forum but still i m getting WA
here`s my code......
#include <cstdlib>
#include <iostream>
#include <string>
#include <cctype>
#include <vector>
using namespace std;
struct ireg
{
int no;
int x;
int y;
};
int main(int argc, char *argv ...
- Thu Aug 16, 2007 3:13 pm
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30764
106 Time Limit Exceeded (Fermat vs Pythagorean)
wat is wrong with compiler.
when i m submitin a wrong answer code wich eval. max. no. 1000000 in less then 3 sec in my computer. It Gives Time limit exceeded instead of WA..
also gives Time Limit Exceeded for the correct sol. when i submits it.
this eval. a max of around 9 sec for 1000000.
i hav ...
when i m submitin a wrong answer code wich eval. max. no. 1000000 in less then 3 sec in my computer. It Gives Time limit exceeded instead of WA..
also gives Time Limit Exceeded for the correct sol. when i submits it.
this eval. a max of around 9 sec for 1000000.
i hav ...