Wrong Answer
/in/foo.cc: In function 'long long int read()':
/in/foo.cc:13:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(c>='0'&&c<='9') x=x*10+c-48,c=getchar();return x*f;
^~~~~
/in/foo.cc:13:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(c>='0'&&c<='9') x=x*10+c-48,c=getchar();return x*f;
^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 最长上升子序列
- 语言
- C++
- 递交时间
- 2017-11-09 14:08:14
- 评测时间
- 2017-11-09 14:08:14
- 评测机
- 分数
- 0
- 总耗时
- 281ms
- 峰值内存
- 4.301 MiB