Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
322424 丁虞轩 【C3-8】马克思手稿的问题 C++ 通过 100 1 MS 244 KB 351 2025-05-16 19:22:05

Tests(1/1):


#include <iostream> using namespace std; int main(){ cout<<"0 20 10"<<endl; cout<<"1 18 11"<<endl; cout<<"2 16 12"<<endl; cout<<"3 14 13"<<endl; cout<<"4 12 14"<<endl; cout<<"5 10 15"<<endl; cout<<"6 8 16"<<endl; cout<<"7 6 17"<<endl; cout<<"8 4 18"<<endl; cout<<"9 2 19"<<endl; cout<<"10 0 20"<<endl; return 0; }


测评信息: