Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int k=1;k<=9;k++)
     ^~~
/in/foo.cc:28:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(int i=0;i<10;i++)
         ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1038 「NOIP2002 P」产生数
 - 语言
 - C++
 - 递交时间
 - 2020-08-03 07:53:26
 - 评测时间
 - 2020-08-03 07:53:26
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - 8ms
 - 峰值内存
 - 228.0 KiB