3131 保留-待修改
Time Limit : 2000/1000 MS(Java/Others) | Memory Limit : 65536/32768 KB(Java/Others)
Submits : 0 | Solved : 0
Description
Input
Output
Sample Input
Sample Output
A student data:
1 Zhanghua M 1961-10-8 76.5 78.0 82.0
Template
#include <stdio.h>
struct date{ int year,month,day;};
typedef struct{
@-@
}STU;
void show(STU tt ){
@-@
}
int main( ) {
STU std={1,"Zhanghua",'M',1961,10,8,76.5,78.0,82.0};
printf("A student data:\n");
show(std);
return 0;
}
HINT
Source
NBU OJ
[ Top ] | [ Submit ] | [ Statistics ] | [ Standing ]