/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void work()':
foo.cc:15:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0;i<strlen(input);i++){
               ~^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:55:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&p1,&p2,&p3);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:56:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",input);
  ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 400.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 408.0 KiB
#6 Wrong Answer Read --09-8-w-er-7h-0..., expect --09-8-w-er-7h-0.... 1ms 392.0 KiB
#7 Accepted 1ms 412.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 2ms 408.0 KiB
#10 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1379 字符串的展开
语言
C++
递交时间
2021-08-22 18:41:23
评测时间
2021-08-22 18:41:23
评测机
分数
90
总耗时
19ms
峰值内存
412.0 KiB