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:10:9: error: ‘a’ was not declared in this scope 10 | fd>>a>>b; | ^ Sum.cpp:10:12: error: ‘b’ was not declared in this scope 10 | fd>>a>>b; | ^ Sum.cpp:11:5: error: ‘fr’ was not declared in this scope; did you mean ‘fd’? 11 | fr>>a+b; | ^~ | fd

nr.resulttimemessage