20分求助

P1001 A+B Problem

洛谷正方形 @ 2021-03-20 21:18:01

#include<iostream>
#include<iomanip>
using namespace std;
int main(){
    int a,b;
    cout<<a+b;
    return 0;
}

by _5011_ @ 2021-03-20 21:19:34

不输入能得20分/jk


by yuchenren @ 2021-03-20 21:19:36

cin 呢


by Yukinoshita_Yukino @ 2021-03-20 21:22:00

cin 呢


by Fatalis_Lights @ 2021-03-20 21:22:14

输入呢?


by zhaoyp @ 2021-03-20 21:22:56

您能不能动动您的眼睛去对比下后面的代码


by BMTXLRC @ 2021-03-20 21:26:30

@洛谷正方形

#include<iostream>
#include<iomanip>
using namespace std;
int main(){
    int a,b;
    cin>>a>>b;
    cout<<a+b;
    return 0;
}

拜托您动动脑子,还有您主页双贴了


by Maxmilite @ 2021-03-20 21:26:55

离谱....


by BMTXLRC @ 2021-03-20 21:27:03

另外您是怎么AC蓝题的????/yiw


by LucasXu80 @ 2021-03-20 21:29:56

我怀疑你在钓鱼


by Masna_Kimoyo @ 2021-03-20 21:31:45

@LucasXu80 欸,我也试试


| 下一页