QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#573867#8340. 3 Sumucup-team4543Compile Error//C++142.0kb2024-09-18 20:09:042024-09-18 20:09:04

詳細信息

answer.code:22:1: error: ‘array’ does not name a type
   22 | array<int,3>a[N];
      | ^~~~~
answer.code: In function ‘void solve()’:
answer.code:53:17: error: ‘a’ was not declared in this scope
   53 |                 a[i][j]=(a[i][j]*10+tmp[l])%mod[j];
      |                 ^
answer.code:71:34: error: ‘a’ was not declared in this scope
   71 |                     int res=(1ll*a[i][o]+a[j][o]+a[l][o])%mod[o];
      |                                  ^