记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:51: error: expected primary-expression before '<<' token
  if(((int)a-(int)b)%2!=0) cout<<(char)((int)a+1)<<<<(char)((int)b+1)<<endl;
                                                   ^~
/in/foo.cc:8:26: error: expected primary-expression before '<<' token
  cout<<(char)((int)a-1)<<<<(char)((int)-1)<<endl;
                          ^~

信息

递交者
类型
递交
题目
字符的处理
语言
C++
递交时间
2018-05-27 10:59:50
评测时间
2018-05-27 10:59:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes