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_3209482_5268.cpp:3:16: dos.h: No such file or directory
0_0_3209482_5268.cpp:16: error: expected init-declarator before '*' token
0_0_3209482_5268.cpp:16: error: expected `,' or `;' before '*' token
0_0_3209482_5268.cpp:17: error: expected init-declarator before '*' token
0_0_3209482_5268.cpp:17: error: expected `,' or `;' before '*' token
0_0_3209482_5268.cpp:47: error: conflicting declaration 'typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:30: error: 'semaphore' has a previous declaration as `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:47: error: declaration of `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:30: error: conflicts with previous declaration `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:47: error: declaration of `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:30: error: conflicts with previous declaration `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:47: error: declaration of `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:30: error: conflicts with previous declaration `typedef struct semaphore semaphore'
0_0_3209482_5268.cpp:60: error: variable or field `interrupt' declared void
0_0_3209482_5268.cpp:60: error: `old_int8' was not declared in this scope
0_0_3209482_5268.cpp:60: error: expected `,' or `;' before '(' token
0_0_3209482_5268.cpp: In function `void init_freebuf()':
0_0_3209482_5268.cpp:67: error: `sender' has not been declared
0_0_3209482_5268.cpp:67: error: request for member of non-aggregate type before '=' token
0_0_3209482_5268.cpp:68: error: `size' has not been declared
0_0_3209482_5268.cpp:68: error: request for member of non-aggregate type before '=' token
0_0_3209482_5268.cpp:69: error: `text' has not been declared
0_0_3209482_5268.cpp:69: error: request for member of non-aggregate type before '[' token
0_0_3209482_5268.cpp:70: error: `next' has not been declared
0_0_3209482_5268.cpp:70: error: request for member of non-aggregate type before '=' token
0_0_3209482_5268.cpp:73: error: `sender' has not been declared
0_0_3209482_5268.cpp:73: error: request for member of non-aggregate type before '=' token
0_0_3209482_5268.cpp:74: error: `size' has not been declared
0_0_3209482_5268.cpp:74: error: request for member of non-aggregate type before '=' token
0_0_3209482_5268.cpp:75: error: `text' has not been declared
0_0_3209482_5268.cpp:75: error: request for member of non-aggregate type before '[' token
0_0_3209482_5268.cpp:76: error: `next' has not been declared
0_0_3209482_5268.cpp:76: error: request for member of non-aggregate type before '=' token
0_0_3209482_5268.cpp: In function `void block(TCB**)':
0_0_3209482_5268.cpp:86: error: invalid conversion from `int' to `unsigned char*'
0_0_3209482_5268.cpp:95: error: `my_swtch' undeclared (first use this function)
0_0_3209482_5268.cpp:95: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3209482_5268.cpp: At global scope:
0_0_3209482_5268.cpp:98: error: variable or field `wakeup_first' declared void
0_0_3209482_5268.cpp:98: error: expected primary-expression before "struct"
0_0_3209482_5268.cpp:98: error: expected `,' or `;' before '{' token
0_0_3209482_5268.cpp: In function `void p(semaphore*)':
0_0_3209482_5268.cpp:110: error: `disable' undeclared (first use this function)
0_0_3209482_5268.cpp:116: error: `enable' undeclared (first use this function)
0_0_3209482_5268.cpp: In function `void v(semaphore*)':
0_0_3209482_5268.cpp:121: error: `disable' undeclared (first use this function)
0_0_3209482_5268.cpp:124: error: `wakeup_first' cannot be used as a function
0_0_3209482_5268.cpp:125: error: `enable' undeclared (first use this function)
0_0_3209482_5268.cpp: In function `buffer* remove(buffer**, int)':
0_0_3209482_5268.cpp:154: error: 'struct buffer' has no member named 'id'
0_0_3209482_5268.cpp:159: error: expected primary-expression before '->' token
0_0_3209482_5268.cpp: In function `void send(char*, char*, int)':
0_0_3209482_5268.cpp:167: error: `disable' undeclared (first use this function)
0_0_3209482_5268.cpp:175: error: `enable' undeclared (first use this function)
0_0_3209482_5268.cpp:179: error: `sfb' undeclared (first use this function)
0_0_3209482_5268.cpp:180: error: `mutextfb' undeclared (first use this function)
0_0_3209482_5268.cpp:184: error: 'struct buffer' has no member named 'id'
0_0_3209482_5268.cpp:190: error: cannot convert `buff**' to `buffer**' for argument `1' to `void insert(buffer**, buffer*)'
0_0_3209482_5268.cpp: In function `int receive(char*, char*)':
0_0_3209482_5268.cpp:200: error: `disable' undeclared (first use this function)
0_0_3209482_5268.cpp:208: error: `enable' undeclared (first use this function)
0_0_3209482_5268.cpp:214: error: `remov' undeclared (first use this function)
0_0_3209482_5268.cpp:225: error: `mutexfb' undeclared (first use this function)
0_0_3209482_5268.cpp:228: error: `sfb' undeclared (first use this function)
0_0_3209482_5268.cpp: In function `void InitDos()':
0_0_3209482_5268.cpp:236: error: aggregate `REGS regs' has incomplete type and cannot be defined
0_0_3209482_5268.cpp:237: error: aggregate `SREGS segregs' has incomplete type and cannot be defined
0_0_3209482_5268.cpp:240: error: `intdosx' undeclared (first use this function)
0_0_3209482_5268.cpp:241: error: `indos_ptr' undeclared (first use this function)
0_0_3209482_5268.cpp:241: error: `MK_FP' undeclared (first use this function)
0_0_3209482_5268.cpp:243: error: `_osmajor' undeclared (first use this function)
0_0_3209482_5268.cpp:244: error: `crit_err_ptr' undeclared (first use this function)
0_0_3209482_5268.cpp:245: error: `_osminor' undeclared (first use this function)
0_0_3209482_5268.cpp: At global scope:
0_0_3209482_5268.cpp:266: error: `interrupt' does not name a type
0_0_3209482_5268.cpp: In function `void destroy(int)':
0_0_3209482_5268.cpp:285: error: `disable' undeclared (first use this function)
0_0_3209482_5268.cpp:291: error: `enable' undeclared (first use this function)
0_0_3209482_5268.cpp: In function `void over()':
0_0_3209482_5268.cpp:296: error: `my_swtch' undeclared (first use this function)
0_0_3209482_5268.cpp: In function `int CreatTcb(char*, int (*)(), int)':
0_0_3209482_5268.cpp:301: error: expected primary-expression before "struct"
0_0_3209482_5268.cpp:301: error: expected `;' before "struct"
0_0_3209482_5268.cpp:309: error: `disable' undeclared (first use this function)
0_0_3209482_5268.cpp:311: error: `r' undeclared (first use this function)
0_0_3209482_5268.cpp:313: error: `FP_SEG' undeclared (first use this function)
0_0_3209482_5268.cpp:314: error: `FP_OFF' undeclared (first use this function)
0_0_3209482_5268.cpp:317: error: `_DS' undeclared (first use this function)
0_0_3209482_5268.cpp:318: error: `_ES' undeclared (first use this function)
0_0_3209482_5268.cpp:324: error: `enable' undeclared (first use this function)
0_0_3209482_5268.cpp: In function `int DosBusy()':
0_0_3209482_5268.cpp:378: error: `indos_ptr' undeclared (first use this function)
0_0_3209482_5268.cpp:378: error: `crit_err_ptr' undeclared (first use this function)
0_0_3209482_5268.cpp: At global scope:
0_0_3209482_5268.cpp:386: error: `interrupt' does not name a type
0_0_3209482_5268.cpp: In function `int main()':
0_0_3209482_5268.cpp:403: error: `old_int8' undeclared (first use this function)
0_0_3209482_5268.cpp:403: error: `getvect' undeclared (first use this function)
0_0_3209482_5268.cpp:415: error: `new_int8' undeclared (first use this function)
0_0_3209482_5268.cpp:415: error: `setvect' undeclared (first use this function)
0_0_3209482_5268.cpp:417: error: `my_swtch' undeclared (first use this function)


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-09-23 08:27:46, Gzip enabled