/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'lint inv(lint)':
foo.cpp:53:16: error: 'lint inv(lint)' redeclared as different kind of symbol
 lint inv(lint t){
                ^
foo.cpp:39:6: error: previous declaration of 'lint inv [3000000]'
 lint inv[3000000];
      ^
foo.cpp: In function 'lint C(lint, lint)':
foo.cpp:70:19: error: 'inv' cannot be used as a function
     ans *= inv(div);
                   ^

信息

递交者
类型
递交
题目
P1903 学姐的实习工资
语言
C++
递交时间
2014-11-02 17:45:07
评测时间
2014-11-02 17:45:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes