Problem nylunchtime
User Lover4u1YgC
Submission Time 2026-04-30 15:21:48
Score 0

Compile Error

nylunchtime.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
nylunchtime.cpp:3:5: error: cannot declare ‘::main’ to be a global variable
3 | int main;
| ^~~~
nylunchtime.cpp:4:1: error: expected unqualified-id before ‘{’ token
4 | {
| ^