QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#311386 | #6668. Trokuti | Qiuly# | Compile Error | / | / | C++17 | 3.8kb | 2024-01-22 11:53:14 | 2024-07-04 03:21:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:99:40: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] 99 | lep (j, 0, n - 1) putchar ("0" + adj[i][j]); In file included from /usr/include/stdio.h:864, from /usr/include/c++/13/cstdio:42, from /usr/include/c++/13/ext/string_conversions.h:45, from /usr/include/c++/13/bits/basic_string.h:4097, from /usr/include/c++/13/string:54, from /usr/include/c++/13/bitset:52, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:52, from answer.code:2: /usr/include/x86_64-linux-gnu/bits/stdio.h:82:14: note: initializing argument 1 of ‘int putchar(int)’ 82 | putchar (int __c) | ~~~~^~~