小菜鳥來講解啦

2021-10-01 04:37:08 字數 411 閱讀 4900

小菜鳥來講解啦

今天,我給大家講的題是「noi官網題庫上1.4章的3題,奇偶數判斷。

再講之前,我先告訴大家一種**:if、else兩個單詞。if是如果的意思,else是否則的意思。

但是這個題怎麼做呢?

#include

#include

#include

using namespace std;

int main()

if(n%2 == 0)

return 0;

}是這麼做的:前8行我就不多說了。if後面的括號裡填條件,乙個數取餘2是奇數,說明他本身就是奇數,既然這樣,奇數輸出odd,照著輸出就行了。但格式一定要記住哦!

if(n%2 == 1)

if(n%2 == 0){

cout<<「even」;

小菜鳥來講解啦

同學們,你們知道ascii碼麼?它是乙個代字鏈,例如 ascii碼的a,代表數字97,b,98 為了不讓別人破解你的秘密,就需要用ascii碼。例如 98,97.就是ba,代表 罷,把 等漢字。今天,我給大家傳授乙個破解 秘密 的知識 程式設計無處不在,秘密皆可破譯 include include ...

小菜鳥成長記

include define n 100 typedef struct book book int num 0,pnum int arrin book a,int pnum 輸入陣列元素,個數num由程式中自己確定。return i void arrout book a,int num 輸出陣列各元...

python小菜鳥入門

import os os.getcwd os.chdir os.getcwd name input micheal 接下來要執行的 部分需要首行縮排4位 官方標準,3位也能執行 當字串中包含 或者 的時候需要使用轉義字元,for instance i m ok 輸出就是 i m ok 其中 n表示換...