Compile Error
foo.cpp:1:1: error: 'include' does not name a type
include<iostream>
^
foo.cpp:3:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main()
^
foo.cpp: In function 'int main()':
foo.cpp:6:1: error: 'cin' was not declared in this scope
cin>>x;
^
foo.cpp:7:1: error: 'cout' was not declared in this scope
cout<<x*(x+2);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1182 星际青蛙(弱弱版)
- 语言
- C++
- 递交时间
- 2016-08-15 14:02:10
- 评测时间
- 2016-08-15 14:02:11
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes