- Owner
- Raul Muresan
- Problem
- SpeedV2
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 0.28KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:15:5: error: 'cin' was not declared in this scope cin >> t1>> k1>>t2>>k2; ^ prog.cpp:18:5: error: 'cout' was not declared in this scope cout << sol <<"\n"; ^