会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PHarr
生活不止眼前的苟且,还有诗和远方的田野
新随笔
订阅
管理
2021年11月15日
AtCoder Beginner Contest 205
摘要: A 没有一百毫升有A卡路里,B毫升中有多少卡路里 #include <bits/stdc++.h> using namespace std; int main() { double a , b; cin >> a >> b; cout << a * b / 100 << endl; return 0
阅读全文
posted @ 2021-11-15 19:09 PHarr
阅读(91)
评论(0)
推荐(0)
编辑
公告