Search found 14 matches
- Wed Jul 14, 2004 3:51 am
- Forum: Volume 3 (300-399)
- Topic: 300 - Maya Calendar
- Replies: 69
- Views: 16264
- Tue Jul 13, 2004 5:10 am
- Forum: Volume 3 (300-399)
- Topic: 300 - Maya Calendar
- Replies: 69
- Views: 16264
- Mon Jul 12, 2004 9:44 am
- Forum: Volume 3 (300-399)
- Topic: 300 - Maya Calendar
- Replies: 69
- Views: 16264
300- WA ??
What's the trap of the problem?
It runs well on my computer , can anybody tell me the problem..
Thank you in advance.
another question is that the following codes don't concern with C++
but if I take away the first line and submit it for C,it will cause compile error. I am confused :o :o
[c ...
It runs well on my computer , can anybody tell me the problem..
Thank you in advance.
another question is that the following codes don't concern with C++
but if I take away the first line and submit it for C,it will cause compile error. I am confused :o :o
[c ...
- Tue Feb 10, 2004 12:16 pm
- Forum: Volume 6 (600-699)
- Topic: 623 - 500!
- Replies: 187
- Views: 71909
- Wed Jan 28, 2004 6:13 am
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Sun Jan 18, 2004 8:50 am
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Sat Jan 17, 2004 3:50 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Sat Jan 17, 2004 3:54 am
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Fri Jan 16, 2004 1:01 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Fri Jan 16, 2004 12:58 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Fri Jan 16, 2004 12:56 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
- Fri Jan 16, 2004 8:20 am
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 79958
673Parentheses Balance
I have tried many inputs as are mentioned in the former topics but I still have no idea about WA with my code. Could anybody spare some time checking with my code and tell me the matter with my code? Thank you in advance.
:o
[cpp]
#include <iostream.h>
#include <stdio.h>
int solve(char *);
int ...
:o
[cpp]
#include <iostream.h>
#include <stdio.h>
int solve(char *);
int ...
- Fri May 16, 2003 3:30 am
- Forum: Volume 104 (10400-10499)
- Topic: 10473 - Simple Base Conversion
- Replies: 46
- Views: 21334
- Sat May 10, 2003 4:44 am
- Forum: Volume 104 (10400-10499)
- Topic: 10473 - Simple Base Conversion
- Replies: 46
- Views: 21334
10473 WA??? Please help me!
:o
What's Wrong with my code?
It runs correctly in my computer,but how can I get a WA for it?
Seek help!!!
here's my code :
[cpp]#include <iostream.h>
#include <stdio.h>
long pow(int, int);
void cal(void);
void change(int);
int main()
{ char ch;
ch = getchar();
while(1)
{
if (ch ...
What's Wrong with my code?
It runs correctly in my computer,but how can I get a WA for it?
Seek help!!!
here's my code :
[cpp]#include <iostream.h>
#include <stdio.h>
long pow(int, int);
void cal(void);
void change(int);
int main()
{ char ch;
ch = getchar();
while(1)
{
if (ch ...