Problem WA1
User kxd
Submission Time 2024-05-11 22:40:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

WA1.cpp:30:10: error: array bound is not an integer constant before ‘]’ token
30 | short a[N];
| ^
WA1.cpp: In function ‘int main()’:
WA1.cpp:45:3: error: ‘a’ was not declared in this scope
45 | a[t]++;
| ^
WA1.cpp:48:6: error: ‘a’ was not declared in this scope
48 | if(a[i]==1) {
| ^
WA1.cpp:52:2: error: ‘else’ without a previous ‘if’
52 | else cout << 'A';
| ^~~~