Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
113334 | 张宸睿 | 02简单输入输出 | C++ | Wrong Answer | 1 MS | 272 KB | 146 | 2025-03-15 17:52:33 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; cout<<"请输入文本"<<endl; cin>>a; cout<<a<<endl; return 0; }
------Input------
0
------Answer-----
0
------Your output-----
请输入文本 0