Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
434850 沈昊煊 【C2-5】倒计时 C++ 解答错误 0 1 MS 244 KB 128 2026-03-31 16:00:01

Tests(0/2):


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


测评信息: