记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:2: error: 'c' undeclared (first use in this function)
  c=a+b;
  ^
/in/foo.c:6:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:7:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d %d",&a,&b);
          ^
/in/foo.c:7:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
  scanf("%d %d",&a,&b);
             ^

信息

递交者
类型
自测
题目
欢迎来到南师大计算机学院OnlineJudge!
语言
C
递交时间
2019-10-02 08:06:19
评测时间
2019-10-02 08:06:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes