/ Vijos /

记录详情

Compile Error

foo.cpp:1:1: error: 'include' does not name a type
 include<cstdio> include<iostream> include<algorithm> include<cmath> include<cstring> include<string>
 ^
foo.cpp: In function 'int main()':
foo.cpp:12:27: error: 'memset' was not declared in this scope
 memset(zhao,0,sizeof(zhao));
                           ^
foo.cpp:13:1: error: 'cin' was not declared in this scope
 cin>>n;
 ^
foo.cpp:15:19: error: 'sort' was not declared in this scope
 sort(yu, yu+n, cmp);
                   ^
foo.cpp:33:1: error: 'cout' was not declared in this scope
 cout<<aa;
 ^

信息

递交者
类型
递交
题目
P1189 栅栏
语言
C++
递交时间
2016-09-16 20:27:48
评测时间
2016-09-16 20:27:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes