- Owner
- Andrei Maxim
- Problem
- Peculiar Function
- Source
- 1.78KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:18:10: warning: unused variable 'j' [-Wunused-variable] int i,j,aux,x,y; ^ prog.cpp:18:12: warning: unused variable 'aux' [-Wunused-variable] int i,j,aux,x,y; ^ prog.cpp:18:16: warning: unused variable 'x' [-Wunused-variable] int i,j,aux,x,y; ^ prog.cpp:18:18: warning: unused variable 'y' [-Wunused-variable] int i,j,aux,x,y; ^
Results
Test number Result Time 1 Wrong answer 0.2486s