记录详情

Compile Error

/in/foo.cc: In function 'bool check(int)':
/in/foo.cc:9:6: error: 'd' was not declared in this scope
 a[i]=d%10;
      ^
/in/foo.cc:6:5: warning: unused variable 'dt' [-Wunused-variable]
 int dt=date,a[5],month,day;
     ^~

信息

递交者
类型
递交
题目
P1005 回文日期
语言
C++
递交时间
2019-05-10 20:39:29
评测时间
2019-05-10 20:39:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes