| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5106 | 老师 | 自行车与三轮车 | C++ | Accepted | 100 | 0 MS | 244 KB | 135 | 2020-07-27 16:49:07 |
#include<bits/stdc++.h> using namespace std; int main(){ int z,s; z=(65*3-150)/(3-2); s=65-z; cout<<z<<" "<<s; return 0; }