Problem timeexam
User suzienguyen
Submission Time 2026-02-16 16:02:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
timeexam.cpp:6:13: error: ‘cout’ was not declared in this scope
6 | cout << "000" << n;
| ^~~~
timeexam.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << "00" << n;
| ^~~~
timeexam.cpp:18:4: error: ‘cout’ was not declared in this scope
18 | cout << "0" << h << "0" << min;
| ^~~~
timeexam.cpp:21:4: error: ‘cout’ was not declared in this scope
21 | cout << "0" << h << min;
| ^~~~
timeexam.cpp:26:4: error: ‘cout’ was not declared in this scope
26 | cout << h << "0" << min;
| ^~~~
timeexam.cpp:29:4: error: ‘cout’ was not declared in this scope
29 | cout << h << min;