| Problem | tickethandling |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-12-12 22:39:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tickethandling.cpp: In function ‘int main()’:
tickethandling.cpp:28:5: error: ‘fout’ was not declared in this scope
28 | fout << type2.front() << '\n';
| ^~~~
tickethandling.cpp:32:5: error: ‘fout’ was not declared in this scope
32 | fout << type1.front() << '\n';
| ^~~~