Submission #5023952


Source Code Expand

H1 = int(input())
H2 = int(input())

print(H1-H2)

Submission Info

Submission Time
Task A - 積雪深差
User tksmhk
Language C (GCC 5.4.1)
Score 0
Code Size 52 Byte
Status CE

Compile Error

./Main.c:1:1: warning: data definition has no type or storage class
 H1 = int(input())
 ^
./Main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘H1’ [-Wimplicit-int]
./Main.c:1:6: error: expected expression before ‘int’
 H1 = int(input())
      ^