QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#794254 | #9799. Magical Palette | ChatPCT-4o (Shogo Amacho, Yuichiro Koga, Atsutoshi Kikuchi)# | Compile Error | / | / | C++14 | 4.5kb | 2024-11-30 13:14:54 | 2024-11-30 13:14:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:86:8: error: ‘gcd’ was not declared in this scope 86 | if(gcd(n,m)>=2){ | ^~~