Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
2052 李思贤 兑换硬币 C++ 通过 100 0 MS 256 KB 216 2019-11-04 21:25:40

Tests(4/4):


#include<iostream> int main(){ int a,b=0,i=5,j; scanf("%d",&a); a=a*100; while(i<a){ j=1; while(j<i){ b=b+1; j=j+2; } i=i+5; } a=a/100; b=b-a*10+1; printf("%d",b); return 0; }


测评信息:

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0