QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#418297 | #8416. Dzielniki [B] | GuanYunchang | Compile Error | / | / | C++14 | 952b | 2024-05-23 12:23:37 | 2024-05-23 12:23:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
implementer.cpp: In function ‘long long int Ask(long long int)’: implementer.cpp:254:18: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 254 | for(auto [x,y]:mp) res=res*(y+1); | ^ answer.code: In function ‘int main()’: answer.code:50:11: error: ‘Getn’ was not declared in this scope; did you mean ‘GetN’? 50 | n=Getn(); | ^~~~ | GetN