Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
111287 殷佳雨萱 如何得到"hello" C++ Wrong Answer 1 MS 272 KB 192 2025-03-01 11:31:08

Tests(0/20):


Code:

#include<bits/stdc++.h> using namespace std; int main() { string s1; cin>>s1; int len=s1.size(); if(len<5){ cout<<"NO"; return 0; } else{ cout<<"YES"; } return 0; }


Run Info:

------Input------
jkwgburltxdezgcdhduwcpqoadrwnqljfn
------Answer-----
NO
------Your output-----
YES