过了样例 0 pts 求助

P1001 A+B Problem

tder @ 2024-03-12 22:28:39

Link thx


by aochiao @ 2024-05-02 17:31:10

@tder


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

by Little_Cabbage @ 2024-07-26 16:21:21

@Flying_hq 6


上一页 |