| Problem | parallelogramisation |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-02-21 00:40:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:6:2: error: ‘ios_sync_with_stdio’ was not declared in this scope
6 | ios_sync_with_stdio(0);
| ^~~~~~~~~~~~~~~~~~~
parallelogramisation.cpp:20:6: error: request for member ‘pop_back’ in ‘q’, which is of non-class type ‘long long int’
20 | q.pop_back();
| ^~~~~~~~
parallelogramisation.cpp:23:14: error: request for member ‘front’ in ‘q’, which is of non-class type ‘long long int’
23 | cout << q.front();
| ^~~~~