Compile Error

/in/foo.cc: In function 'void myPrint(int, int)':
/in/foo.cc:36:4: error: 'num' was not declared in this scope
    num++;
    ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:12: warning: unused variable 's' [-Wunused-variable]
    int A,B,s=0,i;
            ^
/in/foo.cc:46:16: warning: unused variable 'i' [-Wunused-variable]
    int A,B,s=0,i;
                ^

信息

递交者
类型
递交
题目
P1120 出现数字3的数
语言
C++
递交时间
2021-12-05 14:32:41
评测时间
2021-12-05 14:32:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes