- Owner
- Ninincu Cristian
- Problem
- A+B
- Contest
- MindCoding 2017 Test Round (Div. 2)
- Source
- 0.15KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:7:9: error: expected unqualified-id before 'int' int a, int b; ^ prog.cpp:8:14: error: 'b' was not declared in this scope cin >> a >> b; ^