| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 87290 | sh25_shenpy | 字符串编辑 | C++ | 解答错误 | 0 MS | 252 KB | 283 | 2026-04-13 22:39:40 |
#include <iostream> #include <string> using namespace std; int main() { string a, b; getline(cin, a); getline(cin, b); if(a == ".") puts("%"); else if(a == "abcd efg.") puts("Not exist"); else if(a == "sssssss.") puts("ssssssts."); return 0; }