Submission #1186991


Source Code Expand

puts(gets.to_i * 2)

Submission Info

Submission Time
Task A - 流行
User sbyh52
Language C++14 (GCC 5.4.1)
Score 0
Code Size 19 Byte
Status CE

Compile Error

./Main.cpp:1:5: error: expected constructor, destructor, or type conversion before ‘(’ token
 puts(gets.to_i * 2)
     ^