Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
154707 高梓晴 02买铅笔 C++ Compile Error 0 MS 0 KB 116 2026-05-30 17:52:25

Tests(0/0):


Code:

a, b, c, d = map(int, input().split()) price = a * 10 + b money = c * 10 + d count = money // price print(count)


Run Info:

Main.cc:1:1: error: 'a' does not name a type
 a, b, c, d = map(int, input().split())
 ^