Suma

Taškai: 0

Compile: FAIL

Sum.cpp: In function ‘int main()’: Sum.cpp:5:17: error: ‘suma’ was not declared in this scope 5 | ifstream fd(suma.in) | ^~~~ Sum.cpp:6:5: error: expected ‘,’ or ‘;’ before ‘ofstream’ 6 | ofstream fr(suma.out) | ^~~~~~~~ Sum.cpp:8:9: error: ‘a’ was not declared in this scope 8 | fd>>a>>b; | ^ Sum.cpp:8:12: error: ‘b’ was not declared in this scope 8 | fd>>a>>b; | ^ Sum.cpp:9:5: error: ‘fr’ was not declared in this scope; did you mean ‘fd’? 9 | fr<<a+b; | ^~ | fd

nr.resulttimemessage