- Owner
- Bako Bencze
- Problem
- Model E
- Contest
- MindCoding 2016 Round 1 Take Off Labs (Div. 1)
- Source
- 2.02KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'void fel()': prog.cpp:118:7: error: 'a' was not declared in this scope min(a,b); ^ prog.cpp:118:9: error: 'b' was not declared in this scope min(a,b); ^