妹子杀手


私信TA

用户名:Giant

访问量:80345

签 名:

怀念我的ACM生涯

等  级
排  名 53
经  验 10868
参赛次数 4
文章发表 4
年  龄 0
在职情况 在职
学  校 DJTU
专  业

  自我简介:

我想起那天下午夕阳下的奔跑 那是我逝去的青春

 

0.0分

215 人评分

看不懂代码?想转换其他语言的代码? 或者想问其他问题? 试试问问AI编程助手,随时响应你的问题:

编程语言转换

万能编程问答

代码解释器

  评论区

我忘换行了!(恼)
2023-02-20 22:22:24
#include<stdio.h>
int main( )
{
     int a,b;
     while(~scanf("%d",&a,&b))printf("%d\n",a+b);
     return  0;
}
2022-11-18 09:13:26
#include<stdio.h>
int main()
{
    printf("**************************\nHello World!\n**************************");
    return 0;
}
2022-08-29 21:52:03
函数那行()我以为不能空着呢
2022-05-14 23:13:15
xuexi
2022-04-11 14:48:08
#include <stdio.h>



int main()
{
   int a;
   scanf("%d",&a);
   printf("%#o %#d %#x\n",a,a,a);
    return 0;
}
2022-03-09 22:55:56
#include<stdio.h>
int main()
{
	printf("**************************\n");
	printf("Hello World!\n");
	printf("**************************\n");
	return 0;
}
2021-12-09 13:43:01
不知道哪个狗日的,放木马,在这,草泥马
2021-10-28 20:19:18