Problem sumint
User Rainny
Submission Time 2024-06-18 11:32:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘int’
7 | int arr[d+5];
| ^~~