- 博客(3)
- 收藏
- 关注
原创 北大POJ NOI 1.2编程基础之变量定义、赋值及转换
#include <stdio.h>#include <stdbool.h> //为了识别bool//#include <typeinfo> //使用type函数获取变量类型int main(void){ //POJ 1.2 01/* int a,c,d; short b; c=sizeof(a); d=sizeof(b); printf("%d %d", c, d);*/ //POJ 1.2 02/* float a; doub.
2021-10-25 19:57:52
139
原创 北大POJ NOI 1.1编程基础之输入输出
#include <stdio.h>int main(void){ // POJ 1.1 01 /* printf("Hello, World!"); */ //POJ 1.1 02 /* int first, second, third; scanf_s("%d %d %d",&first, &second, &third); //仅在vs里要_s,在外面提交的时候不用 printf("%d", .
2021-10-25 16:01:59
196
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人