Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
97048 李朋秦 02简单输入输出 C++ Accepted 0 MS 272 KB 110 2024-11-10 11:56:19

Tests(2/2):


Code:

#include<iostream> using namespace std; int main() { int sg; cin>>sg; cout<<sg; return 0; }