Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
38891 Gapple 【S】T1 C++ 通过 100 0 MS 264 KB 238 2025-11-12 16:59:01

Tests(10/10):


#include <iostream> using namespace std; using i64 = long long; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int m; cin >> m; cout << m << endl; return 0; }


测评信息: