Problem gcd
User 2Princes1Lance
Submission Time 2023-11-23 10:43:16
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 ‘thread’
50 | thread t1 (forward_test(a, b, 1, 1)
| ~ ^
| )
51 | thread t2 (backward_test(a, b, 2147483647, 1)
| ~~~~~~