码迷,mamicode.com
首页 > 其他好文 > 详细

实验二part1.2

时间:2019-10-31 00:59:51      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:ble   include   std   har   实验   can   技术   src   http   

#include <stdio.h>
int main() {
 double x,y;
 char c1,c2,c3;
 int a1,a2,a3;
 scanf("%d %d %d",&a1,&a2,&a3);//scanf里没有加空格,之后没有取地址符号
 printf("%d,%d,%d\n",a1,a2,a3);
 scanf("%c%c%c",&c1,&c2,&c3);
 printf("%c%c%c\n",c1,c2,c3);
 scanf("%f,%lf",&x,&y);
 printf("%f,%lf\n",x,y);
 return 0;
}技术图片

实验二part1.2

标签:ble   include   std   har   实验   can   技术   src   http   

原文地址:https://www.cnblogs.com/love-elaine/p/11768853.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!