Problem | ranges |
---|---|
User | saltycandyy |
Submission Time | 2025-06-20 16:21:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ranges.cpp: In function ‘int main()’:
ranges.cpp:11:20: error: expected ‘;’ before ‘}’ token
11 | cout << 10 << 3
| ^
| ;
12 | }
| ~