Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
79397 sh25_shenpy 数字之和为8 C++ 无测评数据 0 MS 0 KB 250 2026-01-03 21:13:11

Tests(0/0):


#include <iostream> using namespace std; int main() { cout << "17\n" ; cout << "26\n" ; cout << "35\n" ; cout << "44\n" ; cout << "53\n" ; cout << "62\n" ; cout << "71\n" ; cout << "80\n" ; return 0; }