A + B Problem:题解(让我看看谁不会做🫢🫢🫢)

C2023040 2023-12-01 20:37:07 2024-01-30 12:09:25

#include<bits/stdc++.h>

using namespace std;

int main ()

{

int a,b;

cin>>a>>b;

cout<<a+b;

return 0;

}

共 4 条回复

C2024014
C2024014
C2024014
C20220028

6