Problem weddingcoins
User nothing
Submission Time 2023-06-30 21:06:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:21:10: error: expected unqualified-id before ‘=’ token
21 | for(int = 0; i < 13; i++)
| ^
weddingcoins.cpp:21:9: error: expected ‘;’ before ‘=’ token
21 | for(int = 0; i < 13; i++)
| ^~
| ;
weddingcoins.cpp:21:10: error: expected primary-expression before ‘=’ token
21 | for(int = 0; i < 13; i++)
| ^
weddingcoins.cpp:21:15: error: ‘i’ was not declared in this scope
21 | for(int = 0; i < 13; i++)
| ^
weddingcoins.cpp:21:21: error: expected ‘)’ before ‘;’ token
21 | for(int = 0; i < 13; i++)
| ~ ^
| )
weddingcoins.cpp:21:23: error: ‘i’ was not declared in this scope
21 | for(int = 0; i < 13; i++)
| ^