Problem lightningrod
User John
Submission Time 2025-02-11 23:43:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:21:41: error: expected ‘;’ before ‘a’
21 | int x, y; x = readInt(); y = readInt()
| ^
| ;
22 | a[i] = y;
| ~