Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
92743 sh25_shenpy 【基础题】买鸡(例题) C++ 无测评数据 0 MS 0 KB 150 2026-08-07 10:17:28

Tests(0/0):


#include <bits/stdc++.h> using namespace std ; int main() { cout << "0 10 80\n1 8 81\n2 6 82\n3 4 83\n4 2 84\n5 0 85\n" ; return 0 ; }