- Owner
- Florin Chirica
- Problem
- Panic Attacks
- Contest
- MindCoding 2016 Round 3 (Div. 1)
- Source
- 0.61KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:23:5: error: 'cin' was not declared in this scope cin >> n; ^ prog.cpp:30:5: error: 'cout' was not declared in this scope cout << res; ^