Submission #1368559


Source Code Expand

x = int(input())
y = int(input())
print(max(x,y))

Submission Info

Submission Time
Task A - 正直者
User mkan_0141
Language C++14 (GCC 5.4.1)
Score 0
Code Size 51 Byte
Status CE

Compile Error

./Main.cpp:1:1: error: ‘x’ does not name a type
 x = int(input())
 ^