| Problem | weddingcoins | 
|---|---|
| User | meowmeow | 
| Submission Time | 2023-06-14 22:24:44 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 weddingcoins.cpp:1:1: error: ‘include’ does not name a type
    1 | include <iostream>
      | ^~~~~~~
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:18:5: error: ‘cin’ was not declared in this scope
   18 |     cin >> N;
      |     ^~~
weddingcoins.cpp:21:5: error: ‘cout’ was not declared in this scope
   21 |     cout << result << endl;
      |     ^~~~
weddingcoins.cpp:21:23: error: ‘endl’ was not declared in this scope
   21 |     cout << result << endl;
      |                       ^~~~