QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#270636#6856. Easy problem IMaMengQiCompile Error//C++235.6kb2023-12-01 10:47:362023-12-01 10:47:36

详细

answer.code:23:7: error: conflicting declaration ‘using uint = long long unsigned int’
   23 | using uint = unsigned int;
      |       ^~~~
In file included from /usr/include/stdlib.h:394,
                 from /usr/include/c++/11/bits/std_abs.h:38,
                 from /usr/include/c++/11/cmath:47,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:41,
                 from answer.code:6:
/usr/include/x86_64-linux-gnu/sys/types.h:150:22: note: previous declaration as ‘typedef unsigned int uint’
  150 | typedef unsigned int uint;
      |                      ^~~~