QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#575092 | #9156. 百万富翁 | EDqwq | Compile Error | / | / | C++20 | 4.5kb | 2024-09-19 10:25:54 | 2024-09-19 10:25:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Tem::Mul(long long int&, long long int)’: answer.code:63:38: warning: division by zero [-Wdiv-by-zero] 63 | void Mul(int &x,int y){x = x * y % mod;} | ~~~~~~^~~~~ /usr/bin/ld: /tmp/cc2SxkHe.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccpg2nWe.o:implementer.cpp:(.text.startup+0x0): first defined here /usr/bin/ld: /tmp/ccpg2nWe.o: in function `main': implementer.cpp:(.text.startup+0x1df): undefined reference to `richest(int, int, int)' collect2: error: ld returned 1 exit status