Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
368049 沈悦 【C6-6】三连击 C++ 通过 100 1 MS 240 KB 232 2025-12-13 13:23:42

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ cout<<192<<" "<<384<<" "<<576<<endl; cout<<219<<" "<<438<<" "<<657<<endl; cout<<273<<" "<<546<<" "<<819<<endl; cout<<327<<" "<<654<<" "<<981<<endl; return 0; }


测评信息: