/ WHOJ /

记录详情

Accepted

foo.cc: In function 'void out(int, const char&)':
foo.cc:7:35: warning: narrowing conversion of '((n % 10) + 48)' from 'int' to 'char' [-Wnarrowing]
    7 |         char sta[10] = { 1,n % 10 + '0' };
      |                            ~~~~~~~^~~~~
foo.cc:8:29: warning: array subscript has type 'char' [-Wchar-subscripts]
    8 |         while (n /= 10) sta[++sta[0]] = n % 10 + '0';
      |                             ^~~~~~~~
foo.cc:9:42: warning: array subscript has type 'char' [-Wchar-subscripts]
    9 |         while (sta[0]) putchar(sta[sta[0]--]);
      |                                    ~~~~~~^~
正在同步测试数据,请稍后
Found 5 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1689 必须工作的日子
题目数据
下载
语言
C++
递交时间
2022-09-14 23:25:45
评测时间
2022-09-14 23:25:45
评测机
分数
100
总耗时
11ms
峰值内存
256.0 KiB