QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#708792#8515. KMOPGuanYunchangCompile Error//C++112.2kb2024-11-04 06:43:252024-11-04 06:43:26

詳細信息

answer.code:41:11: warning: multi-character character constant [-Wmultichar]
   41 | char buf[2'000'010];
      |           ^~~~~
answer.code:41:11: error: expected ‘]’ before '\x303030'
   41 | char buf[2'000'010];
      |           ^~~~~
      |           ]
answer.code: In function ‘int main()’:
answer.code:50:19: error: ‘buf’ was not declared in this scope
   50 |       scanf("%s", buf);
      |                   ^~~