Problem 1609
User Austin
Submission Time 2025-09-10 17:19:44
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 <iostream>
| ^~~~~~~
1609.cpp: In function ‘int main()’:
1609.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << 1609;
| ^~~~