Compile Error

/in/foo.cc:31:1: error: 'Void' does not name a type
 Void myPrint(int A,int B)
 ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:15: error: 'myPrint' was not declared in this scope
    myPrint(A,B);
               ^
/in/foo.cc:47:12: warning: unused variable 's' [-Wunused-variable]
    int A,B,s=0,i;
            ^
/in/foo.cc:47:16: warning: unused variable 'i' [-Wunused-variable]
    int A,B,s=0,i;
                ^

信息

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