QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#562435#7471. ODTyoy68Compile Error//C++145.1kb2024-09-13 17:36:362024-09-13 17:36:36

詳細信息

answer.code: In function ‘void debug(long long int)’:
answer.code:135:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=]
  135 |         debug(lc[u]); printf("%d ", val[u]); debug(rc[u]);
      |                               ~^    ~~~~~~
      |                                |         |
      |                                int       long long int
      |                               %lld
At global scope:
cc1plus: error: ‘::main’ must return ‘int’