Borderou de evaluare (job #1974974)

Utilizator danalex97Dan H Alexandru danalex97 Data 29 aprilie 2017 16:51:37
Problema Potrivirea sirurilor Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:1:10: error: #include expects "FILENAME" or <FILENAME> #include iostream ^ user.cpp:2:10: error: #include expects "FILENAME" or <FILENAME> #include fstream ^ user.cpp:3:10: error: #include expects "FILENAME" or <FILENAME> #include string ^ user.cpp:4:10: error: #include expects "FILENAME" or <FILENAME> #include vector ^ user.cpp:19:17: error: stray ‘#’ in program t.insert(0, #); ^ user.cpp:20:17: error: stray ‘#’ in program p.insert(0, #); ^ user.cpp:7:1: error: ‘string’ does not name a type string t, p; ^ user.cpp:9:1: error: ‘vectorint’ does not name a type vectorint ans; ^ user.cpp:11:1: error: ‘ifstream’ does not name a type ifstream cin(strmatch.in); ^ user.cpp:12:1: error: ‘ofstream’ does not name a type ofstream cout(strmatch.out); ^ user.cpp: In function ‘int main()’: user.cpp:16:5: error: ‘cin’ was not declared in this scope cin p t; ^ user.cpp:16:10: error: expected ‘;’ before ‘p’ cin p t; ^ user.cpp:17:9: error: ‘t’ was not declared in this scope n = t.size(); ^ user.cpp:18:9: error: ‘p’ was not declared in this scope m = p.size(); ^ user.cpp:19:18: error: expected primary-expression before ‘)’ token t.insert(0, #); ^ user.cpp:20:18: error: expected primary-expression before ‘)’ token p.insert(0, #); ^ user.cpp:22:5: error: ‘vectorint’ was not declared in this scope

Ceva nu functioneaza?