/ XMU_ACM /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:24:2: error: 'reseult' undeclared (first use in this function)
  reseult = (a>b?a:b)
  ^~~~~~~
/in/foo.c:24:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:25:5: error: expected ';' before 'printf'
     printf("%lld",result);
     ^~~~~~
/in/foo.c:8:12: warning: variable 'result' set but not used [-Wunused-but-set-variable]
  long long result = 0;
            ^~~~~~

信息

递交者
类型
递交
题目
stairs
语言
C
递交时间
2020-03-09 22:07:11
评测时间
2020-03-09 22:07:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes