Compile Error
/in/foo.cc:1:20: warning: extra tokens at end of #include directive #include<iostream> #include<cstring> #include<cstdlib> #include<ctime> using namespace std; int main() { int x; scanf("%d",&x); srand(time(NULL)); printf("%d ",rand()%x); } ^ /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status
信息
- 递交者
- 类型
- 递交
- 题目
- P1127 级数求和
- 语言
- C++
- 递交时间
- 2017-11-09 07:32:53
- 评测时间
- 2017-11-09 07:32:53
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes