Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
91330 xiaoma_ustc 小旗手 C++ 解答错误 20 0 MS 260 KB 256 2024-03-21 17:45:53

Tests(2/10):


#include <iostream> #include <string> using namespace std; int main() { int a, b; string s; scanf("%d,%d", &a,&b); cin >> s; if (a == 727 && b == 327) cout << 654; else if(a == 505 && b == 79) cout << 12; return 0; }


测评信息: