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

Compile Error

WA1.cpp:30:9: error: size ‘-16377’ of array ‘a’ is negative
30 | short a[N];
| ^
WA1.cpp: In function ‘int main()’:
WA1.cpp:52:2: error: ‘else’ without a previous ‘if’
52 | else cout << 'A';
| ^~~~