大家以后能不能用代码格式发帖子啊……

CC  •  1年前


just like this

#include <stdio.h>
using namespace std;

int main()
{
	int a, b;
	scanf("%d%d", &a, &b);
	printf("%d\n", a + b);
	return 0;
}

评论:

一个只会用代码格式发的在此报道


虚空终端  •  1年前

+1


许熠谦  •  1年前

include<stdio.h>

int main( ) { int a,b,c; scanf("%d%d",&a,&b);
c=a+b; printf("%d ",c);
return 0; }


Steven_MC  •  1年前

好看好用!


王码打金服_一题0.9  •  1个月前

请先登录,才能进行评论