/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
    9 |     for(int i=0;i<=strlen(k)-1;++i)
      |                 ~^~~~~~~~~~~~~
/in/foo.cc:13:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   13 |     for(int i=0;i<=strlen(c)-1;++i)
      |                 ~^~~~~~~~~~~~~
/in/foo.cc:29:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   29 |         if(now>strlen(k)-1)
      |            ~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 484.0 KiB
#2 Accepted 2ms 404.0 KiB
#3 Accepted 2ms 524.0 KiB
#4 Accepted 2ms 468.0 KiB
#5 Accepted 2ms 484.0 KiB
#6 Accepted 2ms 436.0 KiB
#7 Accepted 2ms 500.0 KiB
#8 Accepted 2ms 476.0 KiB
#9 Accepted 2ms 472.0 KiB
#10 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
P1778 vigenere密码
语言
C++
递交时间
2025-11-20 11:15:59
评测时间
2025-11-20 11:15:59
评测机
分数
100
总耗时
23ms
峰值内存
532.0 KiB