39
1
2
148
inlcude<stdio.h> int main(){printf("hello world\n");return 0 }
typedef struct ct_sum{ int sum;pthread_mutex_t lock;}ct_sum;void * add1...