/ 科创班 /

记录详情

Accepted


  
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 2ms 256.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 1ms 256.0 KiB
#10 Accepted 2ms 256.0 KiB

代码

#include <stdio.h>
 
int main()
{
	int x,y,h;
	scanf("%d%d",&x,&y);
	if(x >= -2 && x <= 2 && y >= -2 && y <= 2)
		h = 10;
	else
		h = 0;
	printf("%d",h);
	return 0;
}

信息

递交者
类型
递交
题目
4.12圆塔坐标
题目数据
下载
语言
C
递交时间
2018-07-18 21:54:23
评测时间
2018-07-18 21:54:23
评测机
分数
100
总耗时
26ms
峰值内存
256.0 KiB