CE求调

P1001 A+B Problem

xukeyu @ 2024-08-16 11:43:55

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

by C929_chloe @ 2024-08-24 16:36:34

咱就说include这个单词都能拼错也是没谁了......(当然我没有贬低别人的意思)


上一页 |