| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137912 | 傅小轩 | 13分苹果 | C++ | Wrong Answer | 0 MS | 264 KB | 122 | 2025-11-23 11:28:58 |
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i=n;i<=n;i++); return 0; }
------Input------
55
------Answer-----
1540
------Your output-----