a
3 e right
10 a wrong
30 c wrong
50 b wrong
100 a wrong
200 a right
250 c wrong
300 d right
-17 h right
15 b wrong
30 e wrong
35 e right
80 b wrong
80 b right
100 d wrong
100 c wrong
300 c right
300 d wrong
-1sample output
3 543
4 502
題意:計算罰時,輸出ac題個數和罰時。
思路:這個題ac了就將時間加起來,要是前面有wr了,一次20分鐘。
#include #include#include#include#include#include#include#include using namespace std;
typedef long long ll;
priority_queueq;
set s;
int main()
,c[500]=;
while(cin>>n)
else
if(flag[a-'a']==0)
}return 0;
}
f
sample input
5joe
bobandy
aladam
11hope
alibecky
julie
meghan
lauren
morgan
carli
megan
alex
tobin
4george
john
paul
ringo
sample output
decreasing
neither
increasing
題意:字串是公升序排列,輸出increasing,降序decreasing,否則neither。
思路:直接sort,比較就好。
#include #include#include#include#include#include#include#include #include #include using namespace std;
typedef long long ll;
priority_queueq;
set s;
bool cmp(char *a,char *b)
int main()
sort(p,p+n,cmp);
if(strcmp(p[0],s[0])==0)
if(ans==n-1)
cout<<"decreasing"sample input
abc tragicbirthdaycacey
secret somechoresaretough
secret somecheersaretough
sample output
pass
fail
fail
pass
fail
題意:第乙個串依次在第二個出現過,不能提前出現。
思路:將長串作為主串,比較兩個串的當前位置,相等j++,不是就繼續走(此時i++了),然後看小串的j位置是否在主串中出現過,出現直接跳出。
#include #include#include#include#include#include#include#include using namespace std;
typedef long long ll;
priority_queueq;
set s;
int main()
; memset(a,0,sizeof(a));
memset(b,0,sizeof(b));
memset(c,0,sizeof(c));
memset(flag,0,sizeof(flag));
while(cin>>a>>b)
{ll i,j,k;
ll n=strlen(b);
ll nn=strlen(a);
j=0;
for(i=0;ic
sample input
5abc
abef
defabcde
fgh6
bdefgh
defabc
bdeabef
4xyz
xyzabyz
zsample output23
4
題意:有n場表演,規定乙個忙碌度為相鄰的表演重複出現的人,現在問題是可以交換表演的順序,問有至少有幾個忙綠度。 第十周周賽B
在紡織cad系統開發過程中,經常會遇到紗線排列的問題。該問題的描述是這樣的 常用紗線的品種一般不會超過25種,所以分別可以用小寫字母表示不同的紗線,例如 abc表示三根紗線的排列 重複可以用數字和括號表示,例如 2 abc 表示abcabc 1 a 1a表示a 2ab表示aab 如果括號前面沒有表示...
第十周周小結
2.本次工作任務 本週老師沒有明確的給每個團隊留這週的作業,因為每個團隊的專案進入到了開發階段,老師只是要求每個團隊每天必須有要有明確的任務,提交量和團隊內部每日例會總結上傳到碼雲倉庫,助教每天每天進入倉庫檢視,他們專案倉庫的提交結果並進行點評和打分。我負責的團隊 web5組,web8組,web9組...
第十周總結
這周一開始說的是要考試,但是最後又說等通知,所以就有時間複習了,要是真的這周考試那就涼涼了。之前學的有的忘了,有的是根本都不會,反正都得從頭開始看。這周講課的時候我看了看講課表,嗯,下下個星期就到我了。下個星期又要考試,所以說還是考試重要,講課先放到一邊,等考試過了再說,畢竟考的那兩門都挺難的。不過...