/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:26:6: error: request for member 'clear' in 'ss', which is of pointer type 'std::stringstream* {aka std::basic_stringstream<char>*}' (maybe you meant to use '->' ?)
   ss.clear();
      ^
foo.cpp:32:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (i = 0;i <= t.length() - 1;i++)
                ^

信息

递交者
类型
递交
题目
P1933 帅气的男孩子
语言
C++
递交时间
2015-09-12 19:19:56
评测时间
2015-09-12 19:19:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes