/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:27:25: error: cannot convert 'std::string {aka std::basic_string<char>}' to 'char' in assignment
  for(i=n;i>0;i--) ins[i]=ins;
                         ^
foo.cpp: In function 'int work(int)':
foo.cpp:11:2: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^

信息

递交者
类型
递交
题目
P1306 递增序列
语言
C++
递交时间
2015-04-25 18:44:55
评测时间
2015-04-25 18:44:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes