Compile Error

foo.cc: In function 'void new_thread()':
foo.cc:6:22: warning: unused variable 'th' [-Wunused-variable]
    6 |         std::thread *th = new std::thread(new_thread);
      |                      ^~
/usr/bin/ld: /tmp/ccLRe1gn.o: in function `new_thread()':
foo.cc:(.text+0x54): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1000 输出“Hello World!"
语言
C++
递交时间
2022-08-05 18:10:29
评测时间
2022-08-05 18:10:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes