/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int e(long int*, long int)':
/in/foo.cc:11:4: error: invalid operands of types 'long int*' and 'long int' to binary 'operator/'
 a/=p;
    ^
/in/foo.cc:11:4: error:   in evaluation of 'operator/=(long int*, long int)'
/in/foo.cc: At global scope:
/in/foo.cc:33:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^

信息

递交者
类型
递交
题目
P1753 HankSon的趣味题
语言
C++
递交时间
2020-07-22 15:50:35
评测时间
2020-07-22 15:50:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes