各位大佬帮我看看有什么问题呗

发布时间:2020-04-28 16:57:24
贴主:MapleLeaf
热度:3
正在讨论:P1000 - A+B Problem 题目传送门

MapleLeaf 2020-04-28

语言: C

代码:
#include "stdio.h"

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

提示错误: Presentation Error

(0)

MapleLeaf 2020-04-28

也试过在输出的时候加\n了,一样报错

(0)

MapleLeaf 2020-04-28

可以了, 成功了

(0)

Copyright 2016 - 2024 XUJC ACM Team
闽ICP备2020022076号-1