Problem sum2
User YYCMMR5382
Submission Time 2026-06-25 09:37:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp: In function ‘int main()’:
sum2.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘for’
12 | for (int x: bums){
| ^~~
sum2.cpp:16:25: error: expected ‘;’ before ‘}’ token
16 | cout << bums[0]+bums[1]
| ^
| ;
......
22 | }
| ~