/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:52:9: warning: unused variable 'i' [-Wunused-variable]
   52 |     int i, j;
      |         ^
/in/foo.cc:52:12: warning: unused variable 'j' [-Wunused-variable]
   52 |     int i, j;
      |            ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:74:15: warning: unused variable 'x' [-Wunused-variable]
   74 |     int i, j, x, y;
      |               ^
/in/foo.cc:74:18: warning: unused variable 'y' [-Wunused-variable]
   74 |     int i, j, x, y;
      |                  ^
/in/foo.cc:75:10: warning: unused variable 'ch' [-Wunused-variable]
   75 |     char ch;
      |          ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 520.0 KiB
#2 Accepted 3ms 968.0 KiB
#3 Accepted 3ms 868.0 KiB
#4 Accepted 3ms 932.0 KiB
#5 Accepted 4ms 964.0 KiB
#6 Accepted 2ms 760.0 KiB
#7 Accepted 2ms 756.0 KiB
#8 Accepted 2ms 528.0 KiB
#9 Accepted 4ms 932.0 KiB

信息

递交者
类型
递交
题目
P1139 小胖办证
语言
C++
递交时间
2025-02-13 21:44:24
评测时间
2025-02-13 21:44:24
评测机
分数
99
总耗时
29ms
峰值内存
968.0 KiB