QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#776205#9553. The Hermitucup-team5559#Compile Error//C++174.0kb2024-11-23 17:53:352024-11-23 17:53:35

Details

answer.code:15:1: error: ‘mint’ does not name a type; did you mean ‘uint’?
   15 | mint  m, n;
      | ^~~~
      | uint
answer.code: In function ‘void solve()’:
answer.code:87:16: error: ‘m’ was not declared in this scope
   87 |         cin >> m >> n;
      |                ^
answer.code:87:21: error: ‘n’ was not declared in this scope
   87 |         cin >> m >> n;
      |                     ^