Submission #4204


Source Code Expand

a,b=map(int,raw_input().split())
t=abs(a-b)
res=t/10
t%=10
res+=t/5
t%=5
res+=t
print t

Submission Info

Submission Time
Task B - リモコン
User catupper
Language C++ (GCC 4.4.7)
Score 0
Code Size 94 Byte
Status CE

Compile Error

./Main.cpp:1: error: expected constructor, destructor, or type conversion before ‘,’ token
./Main.cpp:1: error: expected constructor, destructor, or type conversion before ‘=’ token