Problem weddingcoins
User supercel980
Submission Time 2024-08-24 12:16:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:4:46: error: ‘cou’ was not declared in this scope; did you mean ‘cos’?
4 | cin.tie(0);ios_base::sync_with_stdio(false);cou.tie(0)
| ^~~
| cos
weddingcoins.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn
weddingcoins.cpp:11:13: error: ‘c’ was not declared in this scope
11 | c++;
| ^
weddingcoins.cpp:14:21: error: ‘c’ was not declared in this scope
14 | cout << c;
| ^