QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#317237#8177. Sum is Integerucup-team2818#Compile Error//C++141.9kb2024-01-28 18:31:002024-01-28 18:31:01

詳細信息

answer.code: In function ‘int main()’:
answer.code:57:9: error: ‘assert’ was not declared in this scope
   57 |         assert(n <= 100);
      |         ^~~~~~
answer.code:6:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
    5 | #include<map>
  +++ |+#include <cassert>
    6 | #define base 100023