QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#275497 | #7795. 茧 | txl16211 | Compile Error | / | / | C++17 | 3.0kb | 2023-12-04 19:35:50 | 2023-12-04 19:35:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Subtask1::main()’: answer.code:41:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 41 | for(rg int i=1;i<=n;i+=1)Xor^=calc(); | ^ answer.code: In function ‘void Subtask3::init()’: answer.code:70:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 70 | for(rg int i=2;i<(1<<20);i+=1) | ^ answer.code: In function ‘void Subtask3::main()’: answer.code:82:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 82 | for(rg int i=1;i<=n;i+=1)Xor^=calc(); | ^ answer.code: In function ‘void Subtask5::init()’: answer.code:111:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 111 | for(rg int i=2;i<(1<<12);i+=1) | ^ answer.code:119:42: error: ‘Subask1’ has not been declared 119 | if(bet)Value[i]^=Subask1::S(bet-1); | ^~~~~~~ answer.code: In function ‘void Subtask5::main()’: answer.code:126:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 126 | for(rg int i=1;i<=n;i+=1)Xor^=calc(); | ^