| Problem | card |
|---|---|
| User | MintTea |
| Submission Time | 2024-01-12 14:56:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int32_t main()’:
card.cpp:33:15: error: missing template arguments before ‘.’ token
33 | cout << deque.at(outid-1) << " " << deque.at(outid) << " " << deque.at(outid+1);
| ^
card.cpp:33:43: error: missing template arguments before ‘.’ token
33 | cout << deque.at(outid-1) << " " << deque.at(outid) << " " << deque.at(outid+1);
| ^
card.cpp:33:69: error: missing template arguments before ‘.’ token
33 | cout << deque.at(outid-1) << " " << deque.at(outid) << " " << deque.at(outid+1);
| ^