Can anyone paste me a very large example?
All test i made in my computer are correct but I have WA over and over.
graz
Search found 4 matches
- Thu Apr 01, 2004 8:48 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10176 - Ocean Deep ! - Make it shallow !!
- Replies: 37
- Views: 18828
- Sun Mar 28, 2004 5:25 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10176 - Ocean Deep ! - Make it shallow !!
- Replies: 37
- Views: 18828
- Tue Mar 23, 2004 10:56 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10176 - Ocean Deep ! - Make it shallow !!
- Replies: 37
- Views: 18828
- Tue Mar 23, 2004 12:09 am
- Forum: Volume 101 (10100-10199)
- Topic: 10176 - Ocean Deep ! - Make it shallow !!
- Replies: 37
- Views: 18828
i try with this..
but get WA, any idea?
Code: Select all
count = "number of 1's in a line";
if (count%17==0) cout << "YES" << endl;
else cout << "NO" << endl;