Problem gcd
User 2Princes1Lance
Submission Time 2023-11-23 10:43:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:50:37: error: expected ‘)’ before ‘;’ token
50 | thread t1 (forward_test(a, b, 1, 1);
| ~ ^
| )
gcd.cpp:51:47: error: expected ‘)’ before ‘;’ token
51 | thread t2 (backward_test(a, b, 2147483647, 1);
| ~ ^
| )