QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795847 | #9799. Magical Palette | M&M&M (Marcos Kolodny, Mateo Carranza Vélez, Marcelo Fornet)# | Compile Error | / | / | C++14 | 633b | 2024-12-01 02:26:10 | 2024-12-01 02:26:11 |
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:17:20: error: ‘gcd’ was not declared in this scope 17 | if(gcd(n,m)>1){ | ^~~