记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:8: error: no match for 'operator<<' (operand types are 'std::istream {aka std::basic_istream<char>}' and 'long long int')
     cin<<a<<b;
        ^
/in/foo.cc:8:8: note: candidate: operator<<(int, long long int) <built-in>
/in/foo.cc:8:8: note:   no known conversion for argument 1 from 'std::istream {aka std::basic_istream<char>}' to 'int'

信息

递交者
类型
自测
题目
A+B problem
语言
C++
递交时间
2017-04-05 20:23:44
评测时间
2017-04-05 20:23:44
评测机
分数
0
总耗时
179ms
峰值内存
31.422 MiB