Problem party_noi
User euxay
Submission Time 2024-04-01 11:24:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:23:13: error: ‘friend’ used outside of class
23 | if (friend[i] > 0) {
| ^~~~~~
| ------
party_noi.cpp:23:25: error: decl-specifier invalid in condition
23 | if (friend[i] > 0) {
| ^
party_noi.cpp:23:19: error: expected unqualified-id before ‘[’ token
23 | if (friend[i] > 0) {
| ^
party_noi.cpp:24:20: error: expected primary-expression before ‘friend’
24 | sum += friend[i]
| ^~~~~~