Problem | exam |
---|---|
User | silvspider |
Submission Time | 2024-04-09 09:19:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘long’
6 | long long a= 1
| ^~~~
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;
| ^