Problem weddingcoins
User beefburger
Submission Time 2026-02-20 17:47:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:8:10: error: expected ‘;’ before ‘long’
8 | cin >> n
| ^
| ;
9 |
10 | long res = 0;
| ~~~~
weddingcoins.cpp:14:4: error: ‘res’ was not declared in this scope
14 | res += n / money[i];
| ^~~
weddingcoins.cpp:21:13: error: ‘res’ was not declared in this scope
21 | cout << res << endl;
| ^~~