Problem | weddingcoins |
---|---|
User | JhoCyber |
Submission Time | 2024-12-25 14:56:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
weddingcoins.cpp:9:5: note: in expansion of macro ‘int’
9 | int total;
| ^~~
weddingcoins.cpp:11:9: error: ‘total’ was not declared in this scope
11 | total+=n/value;
| ^~~~~
weddingcoins.cpp:14:13: error: ‘total’ was not declared in this scope
14 | cout << total;
| ^~~~~