记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:3: error: 'reverse' was not declared in this scope
   reverse=reverse*10+digit;
   ^~~~~~~
/in/foo.cc:25:16: error: 'reverse' was not declared in this scope
  printf("%d\n",reverse);
                ^~~~~~~
/in/foo.cc:18:6: warning: unused variable 'reserse' [-Wunused-variable]
  int reserse=0;
      ^~~~~~~

信息

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