- Owner
- Campean Rares-Adrian
- Problem
- Keyboard
- Source
- 1.01KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:16:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < strlen(c); i++) ^ prog.cpp:13:28: warning: unused variable 'y' [-Wunused-variable] int i, s = 0, dmin, x, y, j; ^
Results
Test number Result Time 1 Ok 0.2683s 2 Ok 0.2686s 3 Ok 0.2683s 4 Wrong answer 0.2684s