记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:3: error: 'days' was not declared in this scope
   days=1;
   ^~~~
/in/foo.cc:23:7: warning: unused variable 'days' [-Wunused-variable]
   int days=0;
       ^~~~
/in/foo.cc:28:3: error: 'days' was not declared in this scope
   days++;
   ^~~~
/in/foo.cc:30:8: error: 'days' was not declared in this scope
  cout<<days-1<<endl;
        ^~~~

信息

递交者
类型
递交
题目
养蚕
语言
C++
递交时间
2024-05-29 16:04:44
评测时间
2024-05-29 16:04:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes