/ Vijos /

记录详情

Compile Error

foo.c:3:1: error: unknown type name 'using'
 using namespace std;
 ^
foo.c:3:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^
foo.c: In function 'main':
foo.c:6:15: warning: unused variable 'k' [-Wunused-variable]
 int t,m,n,i,j,k,l,o;
               ^
foo.c:6:9: warning: unused variable 'n' [-Wunused-variable]
 int t,m,n,i,j,k,l,o;
         ^
foo.c:6:5: warning: variable 't' set but not used [-Wunused-but-set-variable]
 int t,m,n,i,j,k,l,o;
     ^

信息

递交者
类型
递交
题目
P1356 比较傻的人学英语
语言
C
递交时间
2016-07-11 15:31:56
评测时间
2016-07-11 15:31:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes