Problem | timeexam |
---|---|
User | wasdplant1 |
Submission Time | 2024-06-08 14:26:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> minutes;
| ^~~
timeexam.cpp:6:5: error: ‘cout’ was not declared in this scope
6 | cout << setfill('0') << setw(2)<< hours << setfill('0') << setw(2)<< min;
| ^~~~
timeexam.cpp:6:13: error: ‘setfill’ was not declared in this scope
6 | cout << setfill('0') << setw(2)<< hours << setfill('0') << setw(2)<< min;
| ^~~~~~~
timeexam.cpp:6:29: error: ‘setw’ was not declared in this scope
6 | cout << setfill('0') << setw(2)<< hours << setfill('0') << setw(2)<< min;
| ^~~~