Problem conlang
User Tyx2019
Submission Time 2023-05-06 18:16:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conlang.cpp:1:1: error: ‘firstline’ does not name a type
1 | firstline = input(); secondline = input()
| ^~~~~~~~~
conlang.cpp:1:22: error: ‘secondline’ does not name a type
1 | firstline = input(); secondline = input()
| ^~~~~~~~~~
conlang.cpp:3:17: error: ‘s’ does not name a type
3 | tc = int(v[0]); s = v[1]
| ^