Problem souvenirs3
User My12thCodebreakerAccount
Submission Time 2026-08-13 22:11:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:6:17: error: expected ‘;’ before ‘if’
6 | int l; cin>> l
| ^
| ;
7 | if (i > l){
| ~~