/ 晓编程 /

记录详情

Compile Error

/in/foo.cc:1:2: error: invalid preprocessing directive #Include
 #Include<iostream>
  ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: error: 'cout' was not declared in this scope
  cout<<"请输入原来的赞数:"+a<<endl;
  ^~~~
/in/foo.cc:7:41: error: 'endl' was not declared in this scope
  cout<<"请输入原来的赞数:"+a<<endl;
                                         ^~~~

信息

递交者
类型
递交
题目
P1008 更友好的点赞计数器
语言
C++
递交时间
2020-09-25 11:40:37
评测时间
2020-09-25 11:40:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes