Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
322351 | 丁虞轩 | 【C3-8】桐桐的计算 | C++ | 通过 | 100 | 1 MS | 244 KB | 143 | 2025-05-16 18:48:18 |
#include <iostream> using namespace std; int main(){ cout<<"7 31 6"<<endl; cout<<"8 14 14"<<endl; cout<<"2"<<endl; return 0; }