QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#441344 | #8577. 평균 최대화 | GuanYunchang | Compile Error | / | / | C++20 | 1.9kb | 2024-06-14 14:38:24 | 2024-06-14 14:38:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::array<long long int, 2> maximum_average(int, int)’: answer.code:45:18: warning: overflow in conversion from ‘double’ to ‘int’ changes value from ‘1.0e+18’ to ‘2147483647’ [-Woverflow] 45 | int mn = 1e18, s = 0;\ | ^~~~ /usr/bin/ld: /tmp/ccp9TAjC.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccksps6B.o:implementer.cpp:(.text.startup+0x0): first defined here collect2: error: ld returned 1 exit status