QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#148262 | #3530. Small business | Monsterstar | Compile Error | / | / | C++14 | 6.0kb | 2023-08-23 15:33:57 | 2023-08-23 20:21:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘PII get(long long int)’: answer.code:71:12: error: missing template arguments before ‘now’ 71 | vector now(10,vector<int>(1,0)); | ^~~ answer.code:72:27: error: ‘now’ was not declared in this scope; did you mean ‘pow’? 72 | for(int i=0;i<=9;i++) now[i][0]=v[i][0]; | ^~~ | pow answer.code:108:35: error: ‘now’ was not declared in this scope; did you mean ‘pow’? 108 | for(int i=0;i<=9;i++) v[i][0]=now[i][0]; | ^~~ | pow answer.code:155:39: error: ‘now’ was not declared in this scope; did you mean ‘pow’? 155 | for(int i=0;i<=9;i++) v[i][0]=now[i][0]; | ^~~ | pow