/ Vijos /

记录详情

Accepted

foo.cc:4: warning: ignoring ‘#pragma GCC optimaze’ [-Wunknown-pragmas]
    4 | #pragma GCC optimaze(3)
      | 
foo.cc: In function ‘int main()’:
foo.cc:12:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
   12 |     for(int i=1;i<=n;i++)cin>>a[i];cin>>m;
      |     ^~~
foo.cc:12:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   12 |     for(int i=1;i<=n;i++)cin>>a[i];cin>>m;
      |                                    ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 536.0 KiB
#2 Accepted 4ms 1.023 MiB
#3 Accepted 6ms 1.773 MiB
#4 Accepted 12ms 3.523 MiB
#5 Accepted 24ms 6.523 MiB
#6 Accepted 43ms 12.773 MiB
#7 Accepted 52ms 15.84 MiB
#8 Accepted 56ms 17.102 MiB
#9 Accepted 86ms 25.914 MiB
#10 Accepted 85ms 25.742 MiB

信息

递交者
类型
递交
题目
P1514 天才的记忆
语言
C++
递交时间
2024-08-12 10:55:57
评测时间
2024-08-12 10:55:57
评测机
分数
100
总耗时
375ms
峰值内存
25.914 MiB