Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
113602 谭思宸 19斯诺克比赛 C++ Wrong Answer 0 MS 272 KB 176 2025-03-16 10:37:48

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?