Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
19611 | 杨为哲 | 【入门】百钱百鸡问题 | C++ | Accepted | 1 MS | 688 KB | 151 | 2021-11-16 16:30:33 |
#include <bits/stdc++.h> using namespace std; int main() { cout<<"4 18 78"<<endl; cout<<"8 11 81"<<endl; cout<<"12 4 84"<<endl; return 0; }