| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76723 | sh25_zhuwy | 百钱百鸡 | C++ | Accepted | 0 MS | 244 KB | 178 | 2025-12-19 16:30:12 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"0 25 75"<<endl; cout<<"4 18 78"<<endl; cout<<"8 11 81"<<endl; cout<<"12 4 84"; return 0; }