Submission #110652


Source Code Expand

a, b = map(int, (input(), input()))
print(max(a, b))

Submission Info

Submission Time
Task A - 正直者
User st98
Language C++ (G++ 4.6.4)
Score 0
Code Size 53 Byte
Status CE

Compile Error

./Main.cpp:1:1: error: ‘a’ does not name a type