- Owner
- Lucut Radu Ioan
- Problem
- Model E
- Contest
- MindCoding 2016 Round 1 Take Off Labs (Div. 1)
- Source
- 0.75KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:23:21: error: 'n' was not declared in this scope scanf("%d%d%d",&n,&m,&k); ^ prog.cpp:23:24: error: 'm' was not declared in this scope scanf("%d%d%d",&n,&m,&k); ^ prog.cpp:23:27: error: 'k' was not declared in this scope scanf("%d%d%d",&n,&m,&k); ^ prog.cpp:24:5: error: 'x' was not declared in this scope x=0; ^ prog.cpp:25:5: error: 'y' was not declared in this scope y=0; ^