Problem competition
User bribritt
Submission Time 2023-03-09 12:55:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:4:24: error: ‘sum’ was not declared in this scope
4 | int n, a, b, sza, szb; sum = 0; cin >> n >> sza >> szb; int x[n];
| ^~~