Problem exam
User laurenpak
Submission Time 2023-05-11 11:51:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:8:2: error: ‘cin’ was not declared in this scope
8 | cin >> x;
| ^~~
exam.cpp:13:3: error: ‘cout’ was not declared in this scope
13 | cout << "Hello World!";
| ^~~~
exam.cpp:16:3: error: ‘cout’ was not declared in this scope
16 | cout << a * b;
| ^~~~