Problem | parallelogramisation |
---|---|
User | YH |
Submission Time | 2025-01-29 21:37:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:12:11: error: conflicting declaration ‘std::__cxx11::list<long long int> q’
12 | list<ll> q;
| ^
parallelogramisation.cpp:9:6: note: previous declaration as ‘int q’
9 | int q;
| ^
parallelogramisation.cpp:22:8: error: expected unqualified-id before ‘.’ token
22 | list.emplace_back(person);
| ^
parallelogramisation.cpp:25:8: error: expected unqualified-id before ‘.’ token
25 | list.pop_back();
| ^
parallelogramisation.cpp:28:16: error: missing template arguments before ‘.’ token
28 | cout << list.front() << "\n";
| ^
parallelogramisation.cpp:29:8: error: expected unqualified-id before ‘.’ token
29 | list.pop_front();
| ^