QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#461464#6880. Operation HopeZhangYiDeCompile Error//C++232.9kb2024-07-02 19:12:002024-07-02 19:12:00

Details

answer.code: In function ‘void solve()’:
answer.code:124:41: error: ‘g’ was not declared in this scope
  124 |         for(int i = 0; i < 14 * n; i++) g[i].clear();
      |                                         ^
answer.code: At global scope:
answer.code:127:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
  127 | main() {
      | ^~~~