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

章節0-1練習題

觀念練習

以下的程式會輸出多少?

#include<bits/stdc++.h>
using namespace std;
int main(){
    int a=5/3,b=6;
    int c=b+a*3;
    cout<<c;
}

實作練習

TIOJ 1001.Hello World!
TIOJ 1002.A+B Problem

atcoder abc343a