Problem weddingcoins
User hwy
Submission Time 2023-06-07 00:35:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘int’
7 | int N;
| ^~~
weddingcoins.cpp:8:9: error: ‘N’ was not declared in this scope
8 | cin >> N;
| ^