1. 程式人生 > >「BZOJ1000」A+B Problem

「BZOJ1000」A+B Problem

不用 ++ problem bit clas lin 跳過 esp clu

寫這個主要是為了湊\(BZOJ\)題解用的,不用在意.跳過即可

\(Code\)

#include<bits/stdc++.h>
using namespace std;
int main(){
    int a,b;
    cin>>a>>b;
    cout<<a+b;
}

「BZOJ1000」A+B Problem