| Problem | party_noi |
|---|---|
| User | ilovepythonandhatecplusplus |
| Submission Time | 2024-04-19 21:01:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:19:30: error: expected ‘;’ before ‘}’ token
19 | cout<<rows[0]+rows[1]+rows[2]
| ^
| ;
20 | }
| ~