Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
50967 杨宜炜 【入门】百钱百鸡问题 C++ Accepted 1 MS 256 KB 139 2023-07-13 11:06:57

Tests(1/1):


Code:

#include<iostream> using namespace std; int main(){ cout<<"4 18 78"<<endl; cout<<"8 11 81"<<endl; cout<<"12 4 84"<<endl; }