记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:22:3: error: 'reverse_n' undeclared (first use in this function)
   reverse_n=reverse_n*10+digit;
   ^~~~~~~~~
/in/foo.c:22:3: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:18:6: warning: unused variable 'reserse_n' [-Wunused-variable]
  int reserse_n=0;
      ^~~~~~~~~

信息

递交者
类型
自测
语言
C
递交时间
2024-11-12 16:48:55
评测时间
2024-11-12 16:48:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes