肖老师 03
已结束
IOI
开始于: 2024-3-23 14:00
224
小时
主持人:
18
#include<bits/stdc++.h>
using namespace std;
int main() {
double a,b;
cin>>a>>b;
printf("%lf %.2lf\n",a,b);
return 0;
}
#include<bits/stdc++.h>
using namespace std;
int main(){
double c;
cin>>c;
double f=1.8*c+32;
printf("%.2lf\n",f);
return 0;
}
- 状态
- 已结束
- 规则
- IOI
- 题目
- 14
- 开始于
- 2024-3-23 14:00
- 结束于
- 2024-4-1 22:00
- 持续时间
- 224 小时
- 主持人
- 参赛人数
- 18