Compile Error

foo.cc: In function 'int main()':
foo.cc:8:19: error: 'i' was not declared in this scope
     for(int t=0;s[i]!=0;i++){
                   ^
foo.cc:8:13: warning: unused variable 't' [-Wunused-variable]
     for(int t=0;s[i]!=0;i++){
             ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1242 xk-1:”CAT”的数量
语言
C++
递交时间
2021-04-14 17:58:40
评测时间
2021-04-14 17:58:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes