/ Vijos /

记录详情

Compile Error

foo.cpp:1:1: error: 'include' does not name a type
 include <iostream> include <cstdio> include <algorithm> include <functional> include <string.h>
 ^
foo.cpp: In function 'int main()':
foo.cpp:10:1: error: 'cin' was not declared in this scope
 cin >> n;
 ^
foo.cpp:16:1: error: 'cout' was not declared in this scope
 cout << 0 << endl;
 ^
foo.cpp:16:14: error: 'endl' was not declared in this scope
 cout << 0 << endl;
              ^
foo.cpp:24:32: error: expected ';' before 'i'
 len += ((c - 1) - (c / 10 - 1))i;
                                ^
foo.cpp:42:1: error: 'cout' was not declared in this scope
 cout << d % 10 << endl;
 ^
foo.cpp:42:19: error: 'endl' was not declared in this scope
 cout << d % 10 << endl;
                   ^

信息

递交者
类型
递交
题目
P1181 CoVH之密码破解
语言
C++
递交时间
2016-09-21 21:02:17
评测时间
2016-09-21 21:02:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes