Problem add1_easy
User ZacharyTan2010
Submission Time 2024-04-22 15:20:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:6:21: error: expected ‘)’ before ‘;’ token
6 | for(int x=0;x<50;x++;){
| ~ ^
| )
add1_easy.cpp:6:22: error: expected primary-expression before ‘)’ token
6 | for(int x=0;x<50;x++;){
| ^