Problem | queuecutting |
---|---|
User | WHEE29alt |
Submission Time | 2024-06-21 15:49:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:2:5: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
queuecutting.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
queuecutting.cpp:4:5: error: ‘cout’ was not declared in this scope
4 | cout.tie(0);
| ^~~~