Problem exam
User rubyred
Submission Time 2024-02-18 14:57:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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