/ GMQ OJ /

记录详情

Compile Error

/in/foo.cc: In function 'void work(int*)':
/in/foo.cc:46:2: error: 'string' was not declared in this scope
  string s;cin>>s;l[0]=s.length();
  ^~~~~~
/in/foo.cc:46:11: error: 'cin' was not declared in this scope
  string s;cin>>s;l[0]=s.length();
           ^~~
/in/foo.cc:46:16: error: 's' was not declared in this scope
  string s;cin>>s;l[0]=s.length();
                ^

信息

递交者
类型
自测
题目
P1033 Watermelon
语言
C++
递交时间
2020-07-11 12:05:11
评测时间
2020-07-11 12:05:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes