- Owner
- Madalina
- Problem
- Peculiar Times
- Source
- 0.91KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:24:18: warning: statement has no effect [-Wunused-value] else r[i]==0; ^ prog.cpp:9:10: warning: unused variable 'x' [-Wunused-variable] char x,y,z,t; ^ prog.cpp:9:12: warning: unused variable 'y' [-Wunused-variable] char x,y,z,t; ^ prog.cpp:9:14: warning: unused variable 'z' [-Wunused-variable] char x,y,z,t; ^ prog.cpp:9:16: warning: unused variable 't' [-Wunused-variable] char x,y,z,t; ^
Results
Test number Result Time 1 Wrong answer 0.1155s