Problem helloworld
User usernamehere
Submission Time 2025-11-12 13:46:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:9: error: expected class-name before ‘__lshift__’
2 | def __lshift__(self, other):
| ^~~~~~~~~~
helloworld.cpp:2:9: error: expected ‘{’ before ‘__lshift__’
helloworld.cpp:2:20: error: ‘self’ was not declared in this scope
2 | def __lshift__(self, other):
| ^~~~
helloworld.cpp:2:26: error: ‘other’ was not declared in this scope
2 | def __lshift__(self, other):
| ^~~~~
helloworld.cpp:2:31: error: expression list treated as compound expression in initializer [-fpermissive]
2 | def __lshift__(self, other):
| ^