Problem | party_noi |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2024-04-19 20:49:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 ‘;’ at end of input
19 | cout<<rows[0]+rows[1]+rows[2]
| ~^
| ;
party_noi.cpp:19:29: error: expected ‘}’ at end of input
19 | cout<<rows[0]+rows[1]+rows[2]
| ^
party_noi.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^