/ Vijos /

记录详情

Compile Error

foo.cpp:8:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
foo.cpp: In function 'int main()':
foo.cpp:15:4: error: incompatible types in assignment of 'int' to 'int [50]'
 num=ch[i]-'0';
    ^
foo.cpp: In function 'void fun(int, int)':
foo.cpp:52:8: error: return-statement with a value, in function returning 'void' [-fpermissive]
 return 0;
        ^

信息

递交者
类型
递交
题目
P1347 乘积最大
语言
C++
递交时间
2016-01-10 02:10:42
评测时间
2016-01-10 02:10:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes