| Problem | helloworld |
|---|---|
| User | pavement |
| Submission Time | 2023-03-26 19:27:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:2: error: stray ‘#’ in program
1 | <input onmouseover=alert('xss')>
| ^
helloworld.cpp:1:38: error: stray ‘#’ in program
1 | <input onmouseover=alert('xss')>
| ^
helloworld.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘;’ token
1 | <input onmouseover=alert('xss')>
| ^
helloworld.cpp:1:7: error: ‘input’ does not name a type; did you mean ‘int’?
1 | <input onmouseover=alert('xss')>
| ^~~~~
| int