QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#401245 | #6409. Classical Data Structure Problem | HuangHanSheng | Compile Error | / | / | C++11 | 2.6kb | 2024-04-28 10:56:15 | 2024-04-28 10:56:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In member function ‘ll fhq::change(int, int, ll)’: answer.code:96:17: error: ‘t’ was not declared in this scope; did you mean ‘tm’? 96 | t.split(root,x,y,1ll*p-1); | ^ | tm answer.code: In function ‘int main()’: answer.code:112:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 112 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:118:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 118 | scanf("%lld%lld",&p,&q); | ~~~~~^~~~~~~~~~~~~~~~~~