Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
91151 xiaoma_ustc 房屋积水 C++ 解答错误 20 0 MS 244 KB 171 2024-03-21 13:08:10

Tests(1/5):


#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; if (a == 25 && b == 25) cout << 71; else cout << 0; return 0; }


测评信息: