1.p1055isbn號碼[noip2008普及]
題目鏈結
#include
using
namespace
std;
int ans,m,g,j;
int main()
}cin>>b[13];
if(b[13]=='x')g=10;
else g=b[13]-'0';
m=ans%11;
if(g==m)cout
<<"right"
題目鏈結
#include
using
namespace
std;
char a[256],b[256];//彗星,隊伍
int main()
for(j=0;j<=lenb-1;j++)
if((h%47)==(z%47)) cout
<<"go"
cout
<<"stay"
0;}
3.p1308統計單詞數[noip2011普及]
題目鏈結
#include
#include
#include
#include
using
namespace
std;
char s1[100],c;
char s2[1000100];
int main()
}if(flag==1)}}
}if(num>0)printf("%d %d\n",num,k);
else
printf("-1\n");
return
0;}
4.p1553數字反轉(公升級版)
題目鏈結
#include
#include
#include
char s[110],t[110];
int main()
for(int i=0;i1];//翻轉前段
t[op]=s[op];
for(int i=op+1;i//翻轉後段
int k=0;
while(t[0]=='0'&&t[1]!='.'&&t[1]!='/'&&t[1]!='%'&&strlen(t)>1)
if(s[op]=='.')
else
if(s[op]=='/')
for(int i=0;iprintf("%c",t[i]);
}else
for(int i=0;iprintf("%c",t[i]);
printf("\n");
return
0;}
5.p1598垂直柱狀圖
題目鏈結
#include
#include
#include
#include
using
namespace
std;
int a[110];
char s[110];
int main()
for(int i=1;i<=26;i++)
maxn=max(maxn,a[i]);
for(int t=maxn;t>0;t--)
printf("\n");
}for(int i=(int)'a';i<=(int)'z';i++)
printf("%c ",(char)i);
return
0;}
6.p1914小書童——密碼
題目鏈結
#include
using
namespace
std;
int main()
當初寫這裡也是折騰好久,ascii碼啊字串操作啊完全不知道(即將afo弱雞的懷舊口吻)
熟悉一些字串的操作
在這之後的題應該會每一題發一篇題解,整理到洛谷試煉場部分的部落格應該只會粘鏈結了
洛谷試煉場 洛谷新手村 迴圈!迴圈!迴圈!
1.p1008 三連擊 題目鏈結 include using namespace std int main 2.p1035 級數求和 題目鏈結 include using namespace std int main cout 1 0 3.p1423小玉在游泳 題目鏈結 include using ...
洛谷試煉場 新手村 順序與分支
題目描述 夏天到了,各家各戶的用電量都增加了許多,相應的電費也交的更多了。小玉家今天收到了乙份電費通知單。小玉看到上面寫 據閩價電 2006 27號規定,月用電量在150千瓦時及以下部分按每千瓦時0.4463元執行,月用電量在151 400千瓦時的部分按每千瓦時0.4663元執行,月用電量在401千...
洛谷試煉場 新手村 迴圈!迴圈!迴圈!
題目描述 將1,2,9共9個數分成3組,分別組成3個三位數,且使這3個三位數構成1 2 3的比例,試求出所有滿足條件的3個三位數。輸入格式 沒有輸入 輸出格式 若干行,每行3個數字。按照每行第乙個數字公升序排列。c 源 include int main 迴圈結束時,n 9 的所有元素已賦值完畢 fo...