Submission #1590664


Source Code Expand

S, T = map(int, input().split())

print(T-S+1)

Submission Info

Submission Time
Task A - アルバム
User yamasaki
Language C++14 (GCC 5.4.1)
Score 0
Code Size 48 Byte
Status CE

Compile Error

./Main.cpp:1:1: error: ‘S’ does not name a type
 S, T = map(int, input().split())
 ^