Problem | 1609 |
---|---|
User | gekki |
Submission Time | 2022-12-30 13:40:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
1609.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include iostream
| ^~~~~~~~
1609.cpp:3:1: error: ‘::main’ must return ‘int’
3 | void main() {
| ^~~~
1609.cpp: In function ‘int main()’:
1609.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << 1609;
| ^~~~