/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:28: warning: argument 1 null where non-null expected [-Wnonnull]
   16 |         if (mx <= 8) printf(0);
      |                      ~~~~~~^~~
In file included from /usr/include/c++/12/cstdio:42,
                 from /in/foo.cc:1:
/usr/include/stdio.h:356:12: note: in a call to function 'int printf(const char*, ...)' declared 'nonnull'
  356 | extern int printf (const char *__restrict __format, ...);
      |            ^~~~~~
/in/foo.cc:16:28: warning: null format string [-Wformat-overflow=]
   16 |         if (mx <= 8) printf(0);
      |                      ~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 320.0 KiB
#2 Accepted 1ms 408.0 KiB
#3 Accepted 1ms 340.0 KiB
#4 Accepted 1ms 416.0 KiB
#5 Accepted 1ms 320.0 KiB
#6 Accepted 1ms 348.0 KiB
#7 Accepted 1ms 348.0 KiB
#8 Accepted 1ms 284.0 KiB
#9 Accepted 1ms 284.0 KiB
#10 Accepted 1ms 320.0 KiB

信息

递交者
类型
递交
题目
P1113 不高兴的津津
语言
C++
递交时间
2025-02-13 21:33:51
评测时间
2025-02-13 21:33:51
评测机
分数
100
总耗时
12ms
峰值内存
416.0 KiB