代码
#include<iostream>
#include<cmath>
using namespace std;
int a,b;
int main()
{
cin>>a>>b;
cout<<floor(((double)10*a+b)/19)<<endl;
return 0;
}
信息
- 递交者
- 类型
- 递交
- 题目
- P1002 华彦东买文具
- 语言
- C++
- 递交时间
- 2019-07-08 08:45:21
- 评测时间
- 2019-07-08 08:45:21
- 评测机
- 分数
- 10
- 总耗时
- 1ms
- 峰值内存
- 212.0 KiB