1373 比較奇數偶數個數
第一行輸入乙個數,為n,第二行輸入n個數,這n個數中,如果偶數比奇數多,輸出no,否則輸出yes。
#include
#include
#include
#include
#include
using
namespace std;
intmain()
if(j > k)
cout <<
"no"
<< endl;
else
cout <<
"yes"
<< endl;
return0;
}
1374 找最小數
第一行輸入乙個數n,1 <= n <= 1000,下面輸入n行資料,每一行有兩個數,分別是x y。輸出一組x y,該組資料是所有資料中x最小,且在x相等的情況下y最小的。
輸入輸出格式
#include
#include
#include
#include
#include
using
namespace std;
struct cm cm[
1000];
bool
cmp(cm a, cm b)
intmain()
1375素數
輸入乙個整數n(2<=n<=10000),要求輸出所有從1到這個整數之間(不包括1和這個整數)個位為1的素數,如果沒有則輸出-1。
#include
#include
#include
#include
#include
using
namespace std;
bool
isprime
(int n)
intmain()
}if(f ==0)
cout <<
"-1"
<< endl;
else
cout << endl;
return0;
}
1376 c翻轉
首先輸入乙個5 * 5的陣列,然後輸入一行,這一行有四個數,前兩個代表操作型別,後兩個數x y代表需運算元據為以x y為左上角的那幾個資料。 操作型別有四種: 1 2 表示:90度,順時針,翻轉4個數 1 3 表示:90度,順時針,翻轉9個數 2 2 表示:90度,逆時針,翻轉4個數 2 3 表示:90度,逆時針,翻轉9個數
#include
using
namespace std;
int a[6]
[6];
int b[6]
[6];
void
change
(int x,
int y,
int key,
int size)}}
else
if(key==2)
}}}int
main()
}int x,y,key,size;
scanf
("%d%d%d%d"
,&key,
&size,
&x,&y)
;change
(x,y,key,size)
;for
(int i=
1;i<=
5;i++
)printf
("\n");
}return0;
}
考研攻略 北京航空航天大學軟體學院考研初試總結
本人本科北航軟院,2018考研,報考北航軟院學碩,總分375,政治56,英語一68,數學一114,專業課137,比起各400分大佬還差了不少,不過考研過程中也算是有點總結,希望分享出來給大家做做參考,如有不妥之處請指出。閒話不多說,直接進入正題。除了李永樂,張宇的教材也建議買 我想很多人報班上萬都捨...
北京航空航天大學軟體學院 在職研究生報考注意事項
北航軟體學院一年有幾次招生?我院一年三次招生,分別為 一月份全國研究生統考,6月份軟體工程碩士自主招生考試,10月份全國工程碩士聯考。軟體工程碩士的學費如何收取?按照國家計委 財政部 教育部關於高等學校規範性軟體學院收費標準,計 2002 665號 規定收費 每學分收取學費1000元 人民幣 40學...
北京航空航天大學2023年碩士研究生複試資格基本線
中大 特大分享到 qq空間 根據2021年我校碩士研究生初試成績統計結果和各學科專業擬招生計畫,經學校研究生招生工作領導小組討論決定,北京航空航天大學2021年碩士研究生複試資格基本線如下 考試方式 學科門類 專業類別 總分 單科 單科 備註 滿分 100分 滿分 100分 全國統考 01 哲學 3...