Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
56657 lixinyu 家务报酬 C++ 通过 1 MS 252 KB 132 2024-11-15 14:43:43

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<n/50+n%50/20+n%50%20/5+n%5; return 0; }


测评信息: