Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
97491 王珠潏 19斯诺克比赛 C++ Wrong Answer 1 MS 276 KB 176 2024-11-16 09:41:03

Tests(0/5):


Code:

#include<iostream> #include<cstring> using namespace std; int main(){ string a; cin>>a; cout<<"Hi"<<", "<<a<<". "<<"What's the matter?"; return 0; }


Run Info:

------Input------
5 1 1 1 3 1 2
------Answer-----
84
------Your output-----
Hi, 5. What's the matter?