Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
86249 sh25_sunyuanxi 家务报酬 C++ 通过 0 MS 256 KB 127 2026-03-27 15:38:41

Tests(1/1):


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


测评信息: