I passed all the tests in uDebug and this thread but still got WA. Can you please check my code?
#include <iostream>
#include <string>
using std::cin;
using std::cout;
using std::endl;
using std::string;
using std::getline;
// "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
string mirror = " 1SE Z 8 A 3 ...
Search found 2 matches
- Sun Sep 27, 2015 4:47 am
- Forum: Volume 4 (400-499)
- Topic: 401 - Palindromes
- Replies: 196
- Views: 58356
- Thu Sep 24, 2015 12:08 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10284 - Chessboard in FEN
- Replies: 11
- Views: 14737
Re: 10284 - Chessboard in FEN
I get WA but don't know where I get it wrong. I passed all the test from uDebug and above but still got it WA.
Can you guys have a look at my code? Thank you very much!!!
#include <iostream>
#include <string>
#include <vector>
using std::cin;
using std::cout;
using std::endl;
using std::string ...
Can you guys have a look at my code? Thank you very much!!!
#include <iostream>
#include <string>
#include <vector>
using std::cin;
using std::cout;
using std::endl;
using std::string ...