Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

有3个线程1、2、3.线程1的功能就是输出t1, 线程2的功能就是输出t2, 以此类推 .........

现有三个文件file1, file2, file3.初始都为空。

现要让三个文件呈如下格式:

file1: t1+t2+t3+t1+t2....

file2: t2+t3+t1+t2+t3....

file3: t3+t1+t2+t3+t1....