Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3569 吴奕希 字符串展开 C++ Wrong Answer 0 MS 272 KB 163 2024-06-15 16:25:10

Tests(0/6):


Code:

# include<iostream> using namespace std; int main(){ int a,b,c; string d; cin>>a>>b>>c>>d; cout<<a<<" "<<b<<" "<<c<<" "<<d; return 0; }


Run Info:

------Input------
1 2 1 abcs-w1234-9s-4zz
------Answer-----
abcsttuuvvw1234556677889s-4zz
------Your output-----
1 2 1 abcs-w1234-9s-4zz