/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   14 |     for (i=0;i<strlen(s);i++)
      |              ~^~~~~~~~~~
foo.cc:13:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   13 |     scanf("%s",s);
      |     ~~~~~^~~~~~~~
foo.cc:9:10: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
    9 |     char c,s[505];
      |          ^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1344 计算器的改良
语言
C++
递交时间
2022-07-20 15:21:09
评测时间
2022-07-20 15:21:09
评测机
分数
100
总耗时
5ms
峰值内存
256.0 KiB