Problem whatisthisactf
User thatlycheeoolongdrink
Submission Time 2024-02-28 17:36:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whatisthisactf.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
whatisthisactf.cpp: In function ‘int main()’:
whatisthisactf.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout<< 'yes it is'
| ^~~~