Problem souvenirs3
User lucas
Submission Time 2026-06-26 16:43:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:21:10: error: expected ‘;’ before ‘if’
21 | reset++
| ^
| ;
22 | if (l.front().first == 1){
| ~~
souvenirs3.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
souvenirs3.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^