Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88269 陈昊然 字符串长度判断 C++ Wrong Answer 2 MS 268 KB 199 2024-08-19 10:31:00

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; char c[151],a[151]; int main(){ cin>>c>>a; int x=strlen(c),n=strlen(a); if(x!=n){ cout<<"on"; }else{ cout<<"yes"; } return 0; }


Run Info:

------Input------
wlglqarn lgmmi
------Answer-----
no
------Your output-----
on