Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
48237 MattL 【AB-1】函数 C++ 解答错误 10 0 MS 236 KB 110 2022-04-11 11:08:56

Tests(1/10):


#include<bits/stdc++.h> using namespace std; int n; int main() { cin>>n; cout<<1<<endl; return 0; }


测评信息: