
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
PTA 7-5 计算职工工资 (15 分)
#include <stdio.h>struct information{char name[12];double s1,s2,s3;};int main (){int n;scanf("%d",&n);struct information a[n];int i;for(i=0;i<n;i++){scanf("%s %lf %lf %lf",&a[...
到底了







