F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_35511415_24176.cpp: In function 'int main()':
0_0_35511415_24176.cpp:3:5: error: 'pid_t' was not declared in this scope
     pid_t fpid; //fpid表示fork函数返回的值
     ^
0_0_35511415_24176.cpp:5:5: error: 'fpid' was not declared in this scope
     fpid=fork();
     ^
0_0_35511415_24176.cpp:5:15: error: 'fork' was not declared in this scope
     fpid=fork();
               ^
0_0_35511415_24176.cpp:9:71: error: 'getpid' was not declared in this scope
         printf("i am the child process, my process id is %d/n",getpid());
                                                                       ^
0_0_35511415_24176.cpp:14:72: error: 'getpid' was not declared in this scope
         printf("i am the parent process, my process id is %d/n",getpid());
                                                                        ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-16 20:35:46, Gzip enabled