记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:5:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d%d%d",&a,&b,&c);
  ^~~~~
/in/foo.c:5:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:5:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:9:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   printf("Y\n");
   ^~~~~~
/in/foo.c:9:3: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:9:3: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:11:3: warning: incompatible implicit declaration of built-in function 'printf'
   printf("N\n");
   ^~~~~~
/in/foo.c:11:3: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Accepted 0ms 248.0 KiB
#2 Wrong Answer 0ms 324.0 KiB
#3 Wrong Answer 0ms 252.0 KiB
#4 Wrong Answer 0ms 196.0 KiB
#5 Wrong Answer 1ms 208.0 KiB
#6 Wrong Answer 1ms 236.0 KiB
#7 Accepted 1ms 248.0 KiB
#8 Wrong Answer 0ms 196.0 KiB
#9 Accepted 0ms 248.0 KiB
#10 Wrong Answer 0ms 324.0 KiB

信息

递交者
类型
递交
题目
P1000 三角形判断
语言
C
递交时间
2024-12-12 15:18:36
评测时间
2024-12-12 15:18:36
评测机
分数
60
总耗时
8ms
峰值内存
324.0 KiB