Problem weddingcoins
User YTj
Submission Time 2024-08-07 12:15:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘unsigned’
6 | unsigned long long n, counter=0;
| ^~~~~~~~
weddingcoins.cpp:7:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn
weddingcoins.cpp:11:4: error: ‘counter’ was not declared in this scope
11 | counter++;
| ^~~~~~~
weddingcoins.cpp:15:10: error: ‘counter’ was not declared in this scope
15 | cout << counter;
| ^~~~~~~