- Owner
- Victor-Alexandru Papa
- Problem
- Keyboard
- Contest
- MindCoding 2017 Round 3 Take Off Labs (Div. 1)
- Source
- 1.56KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void solve()': prog.cpp:53:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i<strlen(s); i++){ ^ prog.cpp:54:14: warning: unused variable 'c' [-Wunused-variable] char c = s[i]; ^
Results
Test number Result Time 1 Ok 0.2562s 2 Wrong answer 0.2559s