Problem stickytape
User WANCH5789W
Submission Time 2026-05-31 12:17:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp:44:2: error: stray ‘#’ in program
44 | }#include <iostream>
| ^
stickytape.cpp:44:3: error: ‘include’ does not name a type
44 | }#include <iostream>
| ^~~~~~~
stickytape.cpp:50:5: error: redefinition of ‘int main()’
50 | int main() {
| ^~~~
stickytape.cpp:7:5: note: ‘int main()’ previously defined here
7 | int main() {
| ^~~~