QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#93047 | #143. 最大流(随机数据) | cnyz# | Compile Error | / | / | C++14 | 1.8kb | 2023-03-31 10:22:02 | 2023-03-31 10:22:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:30:13: error: ‘::main’ must return ‘int’ 30 | #define int ll | ^~ answer.code:61:1: note: in expansion of macro ‘int’ 61 | int main() { | ^~~