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_14545866_467.c:7:1: error: unknown type name 'time'
 time timeAdd(time a,time b){
 ^
0_0_14545866_467.c:7:14: error: unknown type name 'time'
 time timeAdd(time a,time b){
              ^
0_0_14545866_467.c:7:21: error: unknown type name 'time'
 time timeAdd(time a,time b){
                     ^
0_0_14545866_467.c: In function 'main':
0_0_14545866_467.c:27:3: error: unknown type name 'time'
   time result;
   ^
0_0_14545866_467.c:32:28: error: request for member 'hour' in something not a structure or union
  printf("%d %d %d\n",result.hour,result.minute,result.second);
                            ^
0_0_14545866_467.c:32:40: error: request for member 'minute' in something not a structure or union
  printf("%d %d %d\n",result.hour,result.minute,result.second);
                                        ^
0_0_14545866_467.c:32:54: error: request for member 'second' in something not a structure or union
  printf("%d %d %d\n",result.hour,result.minute,result.second);
                                                      ^


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-07-03 18:29:59, Gzip enabled