/ Vijos /

记录详情

Compile Error

/in/foo.cc:24:67: error: stray '\346' in program
   cout<<"curimit看到"<<m<<"个偶数"<<", 故curimit不爽"<<m<<次<<endl;
                                                                   ^
/in/foo.cc:24:68: error: stray '\254' in program
   cout<<"curimit看到"<<m<<"个偶数"<<", 故curimit不爽"<<m<<次<<endl;
                                                                    ^
/in/foo.cc:24:69: error: stray '\241' in program
   cout<<"curimit看到"<<m<<"个偶数"<<", 故curimit不爽"<<m<<次<<endl;
                                                                     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<n;i++)
  ^~~
/in/foo.cc:24:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   cout<<"curimit看到"<<m<<"个偶数"<<", 故curimit不爽"<<m<<次<<endl;
   ^~~~
/in/foo.cc:24:70: error: expected primary-expression before '<<' token
   cout<<"curimit看到"<<m<<"个偶数"<<", 故curimit不爽"<<m<<次<<endl;
                                                                      ^~

信息

递交者
类型
递交
题目
P1494 杨辉三角形中的偶数个数
语言
C++
递交时间
2018-01-27 22:26:07
评测时间
2018-01-27 22:26:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes