QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#690524#7111. Press the ButtonGuanYunchangCompile Error//C++201.2kb2024-10-30 22:53:412024-10-30 22:53:42

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();
      |         ^~~~~~~~