Problem moosic
User chenweilian
Submission Time 2023-09-10 17:30:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moosic.cpp: In function ‘int main()’:
moosic.cpp:15:9: error: ‘i’ was not declared in this scope
15 | REP(i,1,n) scanf("%d", a+i);
| ^
moosic.cpp:15:5: error: ‘REP’ was not declared in this scope
15 | REP(i,1,n) scanf("%d", a+i);
| ^~~