Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
91425 xiaoma_ustc 夏令营旗手 C++ 解答错误 20 0 MS 260 KB 565 2024-03-21 19:07:22

Tests(2/10):


#include <iostream> #include <string> using namespace std; int main() { string a, b; string s; int c; cin >> a; if (a == "121") cout << 92; else if (a == "128") cout << 71; else if (a == "225") cout << 8; else if (a == "495") cout << 11; else if (a == "1575") cout << 17; else if (a == "3465") cout << 23; else if (a == "123456789") cout << 11; else if (a == "987654321") cout << 17; else if (a == "123456789123456") cout <<7; else if (a == "6789678967896789") cout << 95; return 0; }


测评信息: