- Owner
- chiriacandrei25
- Problem
- XOR Game
- Source
- 1.42KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:17:9: warning: unused variable 'i' [-Wunused-variable] int i,bit; ^ prog.cpp:17:11: warning: unused variable 'bit' [-Wunused-variable] int i,bit; ^ prog.cpp:18:10: warning: unused variable 'w' [-Wunused-variable] Edge w; ^
Results
Test number Result Time 1 Wrong answer 0.2499s