/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   cin >> a + 1;  
          ~~^~~
/in/foo.cc:15:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for ( int i = 1; i <= n; i++ )
   ^~~
/in/foo.cc:26:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     printf("%d",n-f[n][n]);
     ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Accepted 2ms 2.336 MiB
#3 Accepted 2ms 2.348 MiB
#4 Accepted 2ms 2.344 MiB
#5 Accepted 2ms 2.223 MiB
#6 Accepted 4ms 6.578 MiB
#7 Accepted 8ms 17.008 MiB
#8 Accepted 2ms 472.0 KiB
#9 Accepted 81ms 94.887 MiB
#10 Accepted 55ms 95.59 MiB
#11 Accepted 73ms 95.629 MiB
#12 Accepted 66ms 95.59 MiB
#13 Accepted 3ms 2.211 MiB
#14 Accepted 2ms 220.0 KiB
#15 Accepted 154ms 95.637 MiB
#16 Accepted 94ms 95.594 MiB
#17 Accepted 65ms 95.613 MiB

信息

递交者
类型
递交
题目
P1327 回文词
语言
C++
递交时间
2020-03-24 21:07:51
评测时间
2020-03-24 21:07:51
评测机
分数
100
总耗时
625ms
峰值内存
95.637 MiB