洛谷 P1424 小魚的航程 改進版

2021-09-26 09:49:56 字數 1145 閱讀 5363

題目背景:

原來的題目太簡單,現改進讓小魚週末也休息,請已經做過重做該題。

題目描述:

有乙隻小魚,它平日每天游泳 250 公里,週末休息(實行雙休日),假設從周 x(1≤x≤7)x(1\le x \le 7)x(1≤x≤7) 開始算起,過了 n(n≤106)n(n\le 10^6)n(n≤106) 天以後,小魚一共累計游泳了多少公里呢?

輸入格式:

輸入兩個整數x,n(表示從周x算起,經過n天)。

輸出格式:

輸出乙個整數,表示小魚累計游泳了多少公里。

先是大佬**:

#include

//包含了所有c++標頭檔案的標頭檔案

using namespace std;

intmain()

cout << ans;

//輸出總路程

return0;

}

#include

#include

#include

#include

#include

#include

#include

#include

#define pi 3.1415926535

#include

#include

#include

using namespace std;

typedef

long

long ll;

const

int maxn=

3e4+10;

const ll _inf =

-8e18

;const

int n =

1e5+10;

bool cmp

(ll a,ll b)

//從大到小

intmain()

printf

("%lld"

,sum)

;return0;

}

一直在道路上堅持爬行的菜

另附乙個簡介**,

#include

using namespace std;

intmain()

洛谷 P1424 小魚的航程 改進版

coding utf 8 created on thu apr 5 19 51 13 2018 這裡有乙個錯誤,只能得90分 x input xlist x.split x int xlist 0 n int xlist 1 remain 7 x 1 本週剩幾天 if x 5 remain swim...

洛谷P1424 小魚的航程 改進版

題目背景 原來的題目太簡單,現改進讓小魚週末也休息,請已經做過重做該題。題目描述 有乙隻小魚,它上午游泳150公里,下午游泳100公里,晚上和週末都休息 實行雙休日 假設從周x 1 x 7 開始算起,請問這樣過了n天以後,小魚一共累計游泳了多少公里呢?輸入輸出格式 輸入格式 輸入兩個整數x,n 表示...

洛谷 P1424 小魚的航程 改進版

題目背景 原來的題目太簡單,現改進讓小魚週末也休息,請已經做過重做該題。題目描述 有乙隻小魚,它平日每天游泳 250 公里,週末休息 實行雙休日 假設從周 x 1 x 7 開始算起,過了 n n 10 6 天以後,小魚一共累計游泳了多少公里呢?輸入格式 輸入兩個整數x,n 表示從周x算起,經過n天 ...