/ Vijos /

记录详情

Compile Error

foo.cpp:1:1: error: 'include' does not name a type
foo.cpp:6:1: error: 'string' does not name a type
foo.cpp: In function 'void init()':
foo.cpp:14:1: error: 'cin' was not declared in this scope
foo.cpp:14:6: error: 's' was not declared in this scope
foo.cpp: In function 'void multi(int*, int*)':
foo.cpp:23:21: error: 'memset' was not declared in this scope
foo.cpp:37:21: error: 'memcpy' was not declared in this scope
foo.cpp: In function 'void solve()':
foo.cpp:58:25: error: 'memcpy' was not declared in this scope
foo.cpp:59:27: error: 'memset' was not declared in this scope
foo.cpp:74:1: error: 'cout' was not declared in this scope
foo.cpp:74:11: error: 'endl' was not declared in this scope
foo.cpp:75:7: error: 'exit' was not declared in this scope
foo.cpp: In function 'void dmulti(int*, int)':
foo.cpp:83:21: error: 'memset' was not declared in this scope
foo.cpp:90:21: error: 'memcpy' was not declared in this scope
foo.cpp: In function 'void print()':
foo.cpp:102:18: error: 'cout' was not declared in this scope

信息

递交者
类型
递交
题目
P1032 循环
语言
C++
递交时间
2013-10-18 15:51:45
评测时间
2013-10-18 15:51:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes