Problem nystudy
User tbytanboyang
Submission Time 2026-04-01 16:59:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nystudy.cpp:14:23: error: stray ‘#’ in program
14 | output = output[0:-1] #removes last space
| ^
nystudy.cpp:1:1: error: ‘data’ does not name a type
1 | data = input().split()
| ^~~~