Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
29086 while(i++) 最多签字笔 C++ 通过 100 1 MS 692 KB 151 2022-07-10 19:36:26

Tests(10/10):


#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; cout << (a * 10 + b) / 19 << endl; return 0; }


测评信息: