QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#655957#8040. Let Them Eat CakeGuanYunchangCompile Error//C++98485b2024-10-19 10:31:322024-10-19 10:31:32

Details

answer.code:3:7: error: expected nested-name-specifier before ‘LL’
    3 | using LL=long long;
      |       ^~
answer.code:5:7: error: ‘LL’ does not name a type
    5 | const LL mod=1000000007;
      |       ^~
answer.code:7:1: error: ‘LL’ does not name a type
    7 | LL solve()
      | ^~
answer.code: In function ‘int main()’:
answer.code:26:21: error: ‘solve’ was not declared in this scope
   26 |         while (T--) solve();
      |                     ^~~~~