首頁 關於 支持
回到章節0-2

章節0-2練習題

觀念練習

以下的for迴圈總共會輸出幾次"Hello"?

for(int i=38;i>0;i/=2){
    cout<<"Hello"<<endl;
}

實作練習

CSES Weird Algorithm
CSES Missing Number
CSES Repetitions
CSES Increasing Array

atcoder abc356b
atcoder abc350b
atcoder abc340a