#33950: 繞遠路法


1100327@stu.wghs.tp.edu.tw (水餃)

學校 : 不指定學校
編號 : 222688
來源 : [60.248.154.139]
最後登入時間 :
2023-06-08 12:50:54
d073. 分組報告 -- 板橋高中教學題 | From: [60.248.154.139] | 發表日期 : 2023-02-17 13:04

#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
    float c;
    cin >> c;
    cout <<fixed<<setprecision(0)<<(c+1.4)/3 <<endl;
}

 
ZeroJudge Forum