zzh0118 @ 2024-11-03 16:36:02
谁能教我!!!好难啊!!!
by Night_sea_64 @ 2024-11-03 16:39:19
@zzh0118 看题解区。千万不要看前三篇,前三篇是假的
by zzh0118 @ 2024-11-03 16:43:07
so
by zzh0118 @ 2024-11-03 16:44:39
还是不会
by zzh0118 @ 2024-11-03 16:45:26
@Night_sea_64 你要是能把我教会了,给你一关
by liuhonghao1 @ 2024-11-05 13:40:20
现在可以吗
by Teddy2013 @ 2024-11-05 13:41:03
首先输入 然后输出a+b
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main(){
cin>>a>>b;
cout<<a+b;
return 0;
}
by General0826 @ 2024-11-13 08:28:46
#include<bits/stdc++.h> /*
a,b=map(int,input().split())
print(a+b)
'''
*/
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b;
}
//'''
如此简单
by szm111213 @ 2024-12-17 13:16:28
@General0826 哥们,这是披着羊皮的狼啊