Problem gcd
User Duk168
Submission Time 2024-01-11 21:42:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp:20:1: error: empty character constant
20 | '''giai thich thuat toan: neu (a,b) = d
| ^~
gcd.cpp:20:3: error: missing terminating ' character
20 | '''giai thich thuat toan: neu (a,b) = d
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcd.cpp:21:1: error: empty character constant
21 | '''thi a = dm, b = dn (m,n thuoc Z+)
| ^~
gcd.cpp:21:3: error: missing terminating ' character
21 | '''thi a = dm, b = dn (m,n thuoc Z+)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcd.cpp:22:1: error: empty character constant
22 | '''--> (a,b) = (a,a-b).
| ^~
gcd.cpp:22:3: error: missing terminating ' character
22 | '''--> (a,b) = (a,a-b).
| ^~~~~~~~~~~~~~~~~~~~~
gcd.cpp:20:1: error: expected unqualified-id before '\x0'
20 | '''giai thich thuat toan: neu (a,b) = d
| ^~