USACO 1 2 結題報告

2021-09-10 04:56:29 字數 1699 閱讀 1104

1.2.5`貪婪的禮物贈送者`

1.2.6`friday the thirteenth`

1.2.7`broken necklace`

總的來說很簡單,主要是基礎。

模擬,題目讓你幹什麼你就幹什麼。

#include

#include

#include

using

namespace std;

string s;

int a=

1,b=1;

intmain()

這道題目的用途應該是想讓我們學會如何使用map庫

// luogu-judger-enable-o2

#include

#include

#include

#include

#include

using

namespace std;

string s,ss,h[

10001];

int n,x,y;

mapint>t,w;

intmain()

}for

(int i=

1;i<=n;i++

) cout<<<

' '<]

}

#include

struct date

;bool

operator

<

(const date &a,

const date &b)

int d[2]

[13]=

;void

operator

++(date &a)

intmain()

;scanf

("%d"

,&n)

; date a=

(date)

; date b=

(date)

;while(!

(b) t[a.ww]++,

++a;

for(

int i=

5; i<

12; i++

)printf

("%d "

,t[i%7]

);return0;

}

左右兩遍列舉即可。

// luogu-judger-enable-o2

#include

#include

#include

#define rr register

using

namespace std;

inline

intmaxx

(int x,

int y)

char c[

1051];

int n,ma;

intleft

(int y)

x--;return x-y+1;

}int

right

(int y)

x++;return y-x+1;

}int

main()

USACO1 2 解題報告

以後將會不定期刷usaco的題目。每做完一小章會寫乙份解題報告。這一小章裡面較簡單或者並不是很重要的題目就會直接放在裡面。而比較重要的題目就會單獨寫部落格,在這裡面放鏈結。這一章很簡單,全部都是很基礎的題目。就直接在這裡面一筆帶過。usaco 思路 沒啥好說的。id ssl zyc2 task te...

離散化 USACO 1 2 擠牛奶

description 三個農民每天清晨5點起床,然後去牛棚給3頭牛 第乙個農民在300時刻 從5點開始計時,秒為單位 給他的牛 一直到1000時刻。第二個農民在700時刻開始,在 1200時刻結束。第三個農民在1500時刻開始2100時刻結束。期間最長的至少有乙個農民在 的連續時間為900秒 從3...

USACO 1 2 方塊轉換 列舉

description 一塊n x n 1 n 10 正方形的黑白瓦片的圖案要被轉換成新的正方形圖案。寫乙個程式來找出將原始 圖案按照以下列轉換方法轉換成新圖案的最小方式 如果有多種可用的轉換方法,請選擇序號最小的那個。input 第一行 單獨的乙個整數n。第二行到第n 1行 n行每行n個字元 不是...