Submission #1372623


Source Code Expand

b, c = map(int, input().split())
print(max[b,c])

Submission Info

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

Compile Error

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