/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:16: error: 's' was not declared in this scope
  while (cin >> s) {
                ^
/in/foo.cc:23:16: error: cannot convert 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' to 'int' for argument '2' to 'void deal(std::__cxx11::string, int)'
    deal(t, tnum);
                ^

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2020-06-18 19:03:18
评测时间
2020-06-18 19:03:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes