Problem helloworld
User boaznumberd5555
Submission Time 2025-08-21 10:58:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:36: error: empty character constant
2 | def __init__(self, DataValue = '', PointerValue = 0):
| ^~
helloworld.cpp:16:83: error: stray ‘#’ in program
16 | self.__NodesList = [None]+[Node(,i+2) for i in range(19)] + [Node(,None)] #2 as one for 1 index and 1 more for pointer being the next node
| ^
helloworld.cpp:1:12: error: expected unqualified-id before ‘)’ token
1 | class Node():
| ^