Problem | weddingcoins |
---|---|
User | Pushkaltoocool |
Submission Time | 2023-07-06 16:58:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:6:5: error: expected ‘,’ or ‘;’ before ‘long’
6 | long long n:
| ^~~~
weddingcoins.cpp:11:12: error: ‘n’ was not declared in this scope
11 | while (n>0){
| ^
weddingcoins.cpp:17:18: error: expected ‘}’ at end of input
17 | cout<<counter;
| ^
weddingcoins.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^