Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
91136 xiaoma_ustc 龟兔赛跑 C++ 解答错误 0 0 MS 248 KB 195 2024-03-21 12:42:19

Tests(0/5):


#include <iostream> using namespace std; int main() { int x, y, t; cin >> x >> y >> t; if (x == 2 && y == 99 && t == 500) cout << 1020 << endl; cout << 0; return 0; }


测评信息: