Problem party_noi
User ilovepythonandhatecplusplus
Submission Time 2024-04-19 21:01:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:16:19: error: expected ‘;’ before ‘:’ token
16 | testerer=(n/2)+1:
| ^
| ;
party_noi.cpp:19:30: error: expected ‘;’ before ‘}’ token
19 | cout<<rows[0]+rows[1]+rows[2]
| ^
| ;
20 | }
| ~