| Problem | management |
|---|---|
| User | yq |
| Submission Time | 2026-06-24 09:10:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
management.cpp: In function ‘int main()’:
management.cpp:11:10: error: ‘i’ was not declared in this scope
11 | cin>>A[i];
| ^
management.cpp:13:9: error: expected unqualified-id before ‘=’ token
13 | for(int=0;i<N+1;i++){
| ^
management.cpp:13:9: error: expected ‘;’ before ‘=’ token
management.cpp:13:9: error: expected primary-expression before ‘=’ token
management.cpp:13:12: error: ‘i’ was not declared in this scope
13 | for(int=0;i<N+1;i++){
| ^
management.cpp:13:17: error: expected ‘)’ before ‘;’ token
13 | for(int=0;i<N+1;i++){
| ~ ^
| )
management.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for(int=0;i<N+1;i++){
| ^