Problem weddingcoins
User lHog
Submission Time 2024-03-10 11:30:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:7:2: error: expected unqualified-id before ‘int’
7 | int t = 0;
| ^~~
weddingcoins.cpp:14:4: error: ‘t’ was not declared in this scope
14 | t += n / c[i];
| ^
weddingcoins.cpp:19:18: error: ‘t’ was not declared in this scope
19 | cout << endl << t;
| ^