Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133365 刘益梵 19斯诺克比赛 C++ Wrong Answer 1 MS 280 KB 176 2025-10-18 15:59:30

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?