Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
434851 沈昊煊 【C2-5】倒计时 C++ 通过 100 4 MS 240 KB 134 2026-03-31 16:02:49

Tests(2/2):


#include<iostream> using namespace std; int main(){ int n; cin>>n; while(n>0){ cout<<n<<endl; n--; } return 0; }


测评信息: