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

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:52:36: error: expected ‘)’ before ‘;’ token
52 | thread t1(forward_test(a, b, 1, 1);
| ~ ^
| )
gcd.cpp:53:46: error: expected ‘)’ before ‘;’ token
53 | thread t2(backward_test(a, b, 2147483647, 1);
| ~ ^
| )