Problem exam
User silvspider
Submission Time 2024-04-09 09:15:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:9: error: expected unqualified-id before ‘=’ token
5 | string = "Hello World"
| ^
exam.cpp:9:24: error: ‘a’ was not declared in this scope
9 | cout<<"string:\n"<<a*b;
| ^
exam.cpp:9:26: error: ‘b’ was not declared in this scope
9 | cout<<"string:\n"<<a*b;
| ^