| Problem | weddingcoins |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-02-14 00:03:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:11:12: error: expected ‘;’ before ‘)’ token
11 | for (N > 0){
| ^
| ;
weddingcoins.cpp:18:1: error: expected primary-expression before ‘}’ token
18 | }
| ^
weddingcoins.cpp:17:16: error: expected ‘)’ before ‘}’ token
17 | cout << count;
| ^
| )
18 | }
| ~
weddingcoins.cpp:11:6: note: to match this ‘(’
11 | for (N > 0){
| ^
weddingcoins.cpp:18:1: error: expected primary-expression before ‘}’ token
18 | }
| ^