Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
393 王** 足球联赛积分 C++ 通过 1 MS 260 KB 145 2023-11-17 09:12:12

Tests(5/5):


#include <iostream> #include <iomanip> using namespace std; int main(){ int a,b,c; cin >> a >> b >>c; cout << a*3+b; return 0; }


测评信息: