- Owner
- Ninincu Cristian
- Problem
- Words
- Source
- 1.02KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void check(std::string, int, int)': prog.cpp:19:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i == j && j==str.size()){ ^ prog.cpp:24:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(j < str.size()){ ^
Results
Test number Result Time 1 Ok 0.2335s 2 Wrong answer 0.2319s