| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 144390 | 万骏博 | 字符串长度判断 | C++ | Wrong Answer | 0 MS | 264 KB | 193 | 2026-01-22 09:45:11 |
#include<bits/stdc++.h> using namespace std; string s,c; int ant[200],k=0; char j; int main(){ cin>>s>>c; if(s!=c){ printf("no"); } else{ printf("yes"); } return 0; }
------Input------
qsoeaidcsj uwbhmfcfjz
------Answer-----
yes
------Your output-----
no