Problem exam
User theflyingfish10
Submission Time 2023-11-08 18:28:02
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:7:3: error: ‘cin’ was not declared in this scope
7 | cin >> paperNumber;
| ^~~
exam.cpp:9:5: error: ‘cout’ was not declared in this scope
9 | cout << "Hello World";
| ^~~~
exam.cpp:15:5: error: ‘cout’ was not declared in this scope
15 | cout << product;
| ^~~~