Problem tickethandling
User blob
Submission Time 2023-12-13 15:19:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tickethandling.cpp: In function ‘int main()’:
tickethandling.cpp:10:21: error: ‘n’ was not declared in this scope
10 | for (int i = 0;i < n; i++){
| ^
tickethandling.cpp:30:17: error: expected primary-expression before ‘,’ token
30 | cout << -1 <, endl;
| ^
tickethandling.cpp: At global scope:
tickethandling.cpp:35:1: error: expected unqualified-id before ‘return’
35 | return 0;
| ^~~~~~
tickethandling.cpp:36:1: error: expected declaration before ‘}’ token
36 | }
| ^