QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#162711#7109. Traveling on the Axisucup-team1331Compile Error//C++141.4kb2023-09-03 16:02:082023-09-03 16:02:08

Details

answer.code:17:1: error: ‘define’ does not name a type
   17 | define int long long
      | ^~~~~~
answer.code: In function ‘void solve()’:
answer.code:26:3: error: ‘n’ was not declared in this scope
   26 |   n = s.size();
      |   ^