Problem exam
User ky
Submission Time 2023-08-10 00:07:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:13:11: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
13 | cout << Hello World;
| ^~~~~
| ftello
exam.cpp:16:10: error: ‘a’ was not declared in this scope
16 | cin >> a >> b;
| ^
exam.cpp:16:15: error: ‘b’ was not declared in this scope
16 | cin >> a >> b;
| ^
exam.cpp:19:18: error: found ‘:’ in nested-name-specifier, expected ‘::’
19 | product = a * b:
| ^
| ::
exam.cpp:19:17: error: ‘b’ is not a class, namespace, or enumeration
19 | product = a * b:
| ^