Dear ACM members,
Could you please take a look at my code and tell me what's wrong because I am getting WA all the time and I read all the posts about it on the forum and it works properly with the example inputs. Thank you
#include <iostream>
#include <string>
#include <cctype>
using namespace ...
Search found 8 matches
- Mon Apr 11, 2005 11:33 pm
- Forum: Volume 4 (400-499)
- Topic: 494 - Kindergarten Counting Game
- Replies: 119
- Views: 37240
- Sun Mar 27, 2005 11:55 am
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
- Wed Mar 23, 2005 12:45 pm
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
- Tue Mar 22, 2005 11:54 pm
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
- Fri Mar 18, 2005 5:25 pm
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
- Fri Mar 18, 2005 4:56 pm
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
- Fri Mar 18, 2005 1:41 pm
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
- Thu Mar 17, 2005 9:05 pm
- Forum: Volume 7 (700-799)
- Topic: 725 - Division
- Replies: 49
- Views: 31647
725! WA Don't know where to look anymore!
Could somebody please compare my output with his/her who got AC because I don't know where to look anymore. I get WA all the time whatever I change so did I miss maybe a value or something? Thank you :oops:
Here is my code:
#include <stdio.h>
int
main ()
{
int n, r = 0;
bool first = 0;
while ...
Here is my code:
#include <stdio.h>
int
main ()
{
int n, r = 0;
bool first = 0;
while ...