Submission #6654691


Source Code Expand

a,b,c=list(map(int,input().split()))

print(c/a*b)

Submission Info

Submission Time
Task A - SDカード
User totori0908
Language C++14 (GCC 5.4.1)
Score 0
Code Size 52 Byte
Status CE

Compile Error

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