QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#690524 | #7111. Press the Button | GuanYunchang | Compile Error | / | / | C++20 | 1.2kb | 2024-10-30 22:53:41 | 2024-10-30 22:53:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘LL lcm(LL, LL)’: answer.code:15:5: error: named return values are no longer supported 15 | return a/gcd(a,b)*b; | ^~~~~~ answer.code:32:1: warning: no return statement in function returning non-void [-Wreturn-type] 32 | } | ^ answer.code: In function ‘int main()’: answer.code:42:9: error: ‘getblock’ was not declared in this scope 42 | getblock(); | ^~~~~~~~