Borderou de evaluare (job #24823)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Url | Compilator | cpp |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 oct. 2013 15:06:04 | Scor | 0 |
Raport evaluator
Eroare de compilare:
In file included from /usr/include/c++/4.6/regex:35:0,
from user.cpp:4:
/usr/include/c++/4.6/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
user.cpp: In function ‘void solve(std::string)’:
user.cpp:9:2: error: ‘regex’ was not declared in this scope
user.cpp:9:8: error: expected ‘;’ before ‘myRegex’
user.cpp:11:23: error: ‘myRegex’ was not declared in this scope
user.cpp:11:30: error: ‘regex_match’ was not declared in this scope
user.cpp:19:8: error: expected ‘;’ before ‘protocol’
user.cpp:20:8: error: expected ‘;’ before ‘numeUtilizatorSiParola’
user.cpp:21:8: error: expected ‘;’ before ‘hostName’
user.cpp:22:8: error: expected ‘;’ before ‘port’
user.cpp:23:8: error: expected ‘;’ before ‘path’
user.cpp:25:2: warning: ‘auto’ will change meaning in C++0x; please remove it [-Wc++0x-compat]
user.cpp:25:7: error: ‘str_begin’ does not name a type
user.cpp:26:5: warning: ‘auto’ will change meaning in C++0x; please remove it [-Wc++0x-compat]
user.cpp:26:10: error: ‘str_end’ does not name a type
user.cpp:27:6: error: ‘sregex_iterator’ was not declared in this scope
user.cpp:27:22: error: expected ‘;’ before ‘i’
user.cpp:27:37: error: ‘i’ was not declared in this scope
user.cpp:27:42: error: ‘str_end’ was not declared in this scope
user.cpp:29:3: error: ‘smatch’ was not declared in this scope
user.cpp:29:10: error: expected ‘;’ before ‘match’
user.cpp:30:28: error: ‘match’ was not declared in this scope
user.cpp:37:2: error: ‘str_begin’ was not declared in this scope
user.cpp:37:54: error: ‘numeUtilizatorSiParola’ was not declared in this scope
user.cpp:38:5: error: ‘str_end’ was not declared in this scope
user.cpp:42:22: error: expected ‘;’ before ‘i’
user.cpp:42:37: error: ‘i’ was not declared in this scope
user.cpp:44:3: error: ‘smatch’ was not declared in this scope
user.cpp:44:10: error: expected ‘;’ before ‘match’
user.cpp:45:28: error: ‘match’ was not declared in this scope
user.cpp:67:54: error: ‘hostName’ was not declared in this scope
user.cpp:69:22: error: expected ‘;’ before ‘i’
user.cpp:69:37: error: ‘i’ was not declared in this scope
user.cpp:71:4: error: ‘smatch’ was not declared in this scope
user.cpp:71:11: error: expected ‘;’ before ‘match’
user.cpp:72:23: error: ‘match’ was not declared in this scope
user.cpp:79:54: error: ‘port’ was not declared in this scope
user.cpp:84:22: error: expected ‘;’ before ‘i’
user.cpp:84:37: error: ‘i’ was not declared in this scope
user.cpp:86:4: error: ‘smatch’ was not declared in this scope
user.cpp:86:11: error: expected ‘;’ before ‘match’
user.cpp:87:23: error: ‘match’ was not declared in this scope
user.cpp:94:54: error: ‘path’ was not declared in this scope
user.cpp:99:22: error: expected ‘;’ before ‘i’
user.cpp:99:37: error: ‘i’ was not declared in this scope
user.cpp:101:4: error: ‘smatch’ was not declared in this scope
user.cpp:101:11: error: expected ‘;’ before ‘match’
user.cpp:102:23: error: ‘match’ was not declared in this scope