Problem pushups
User hwy
Submission Time 2023-06-05 14:05:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pushups.cpp: In function ‘int main()’:
pushups.cpp:6:11: error: expected ‘;’ before ‘int’
6 | temp += 2
| ^
| ;
7 | int lst[temp];
| ~~~
pushups.cpp:8:9: error: ‘lst’ was not declared in this scope
8 | memset(lst, 0, temp);
| ^~~