- Owner
- Bogdan Constantin
- Problem
- Peculiar Times
- Contest
- MindCoding 2015 Round 1
- Source
- 0.54KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:8:5: error: expected ';' before 'for' prog.cpp:8:17: error: 'i' was not declared in this scope prog.cpp:8:25: error: expected ';' before ')' token prog.cpp:6:11: warning: unused variable 'n' [-Wunused-variable] prog.cpp:6:13: warning: unused variable 't' [-Wunused-variable] prog.cpp:6:15: warning: unused variable 'x' [-Wunused-variable] prog.cpp:28:1: error: expected '}' at end of input