Problem | exam |
---|---|
User | silvspider |
Submission Time | 2024-04-09 09:19:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:9: error: expected unqualified-id before ‘=’ token
5 | string = "Hello World"
| ^
exam.cpp:9:11: error: ‘s’ was not declared in this scope
9 | cout<<s.length()<<a*b;
| ^
exam.cpp:9:23: error: ‘a’ was not declared in this scope
9 | cout<<s.length()<<a*b;
| ^
exam.cpp:9:25: error: ‘b’ was not declared in this scope
9 | cout<<s.length()<<a*b;
| ^