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