Submission #1114316


Source Code Expand

a = gets.to_i
x = a * 800
y = (a / 15) * 200
puts (x-y)

Submission Info

Submission Time
Task A - Restaurant
User lass1e
Language C++14 (GCC 5.4.1)
Score 0
Code Size 58 Byte
Status CE

Compile Error

./Main.cpp:1:1: error: ‘a’ does not name a type
 a = gets.to_i
 ^