/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:7: error: expected ';' before 'a'
   cin a;
       ^
/in/foo.cc:6:8: warning: statement has no effect [-Wunused-value]
   cin a;
        ^
/in/foo.cc:7:7: error: could not convert 'a.std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator=<char, std::char_traits<char>, std::allocator<char> >(((const char*)"\37777777747\37777777614\37777777652\37777777751\37777777674\37777777673\37777777745\37777777655\37777777620\37777777743\37777777600\37777777602"))' from 'std::__cxx11::basic_string<char>' to 'bool'
   if(a="猪鼻子。"){
      ~^~~~~~~~~~~~~~~
/in/foo.cc:10:1: error: expected ';' before '}' token
 }
 ^
/in/foo.cc:10:1: error: expected '}' at end of input

信息

递交者
类型
递交
题目
P1022 胖夫人的肖像
语言
C++
递交时间
2020-03-12 13:10:58
评测时间
2020-03-12 13:10:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes