Problem 1609
User SY
Submission Time 2024-02-29 23:14:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
1609.cpp: In function ‘int main()’:
1609.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << 1609 << "\n";
| ^~~~