Problem weddingcoins
User Stucknight
Submission Time 2023-01-03 12:29:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:10:3: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
10 | cnt += (n / b);
| ^~~
| int