Suma
- [1] 2023-11-18 11:48 (0)
- [2] 2023-11-18 11:52 (0)
- [3] 2023-11-18 11:58 (100)
Taškai: 0
Compile: FAIL
Sum.cpp: In function ‘int main()’: Sum.cpp:6:5: error: ‘ifstream’ was not declared in this scope; did you mean ‘std::ifstream’? 6 | ifstream fin("Sum.in"); | ^~~~~~~~ | std::ifstream In file included from /usr/include/c++/11/ios:38, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Sum.cpp:1: /usr/include/c++/11/iosfwd:162:41: note: ‘std::ifstream’ declared here 162 | typedef basic_ifstream<char> ifstream; | ^~~~~~~~ Sum.cpp:7:5: error: ‘ofstream’ was not declared in this scope; did you mean ‘std::ofstream’? 7 | ofstream fout("Sum.out"); | ^~~~~~~~ | std::ofstream In file included from /usr/include/c++/11/ios:38, from /usr/include/c++/11/ostream:38, from /usr/include/c++/11/iostream:39, from Sum.cpp:1: /usr/include/c++/11/iosfwd:165:41: note: ‘std::ofstream’ declared here 165 | typedef basic_ofstream<char> ofstream; | ^~~~~~~~ Sum.cpp:9:5: error: ‘fin’ was not declared in this scope; did you mean ‘sin’? 9 | fin>>a>>b; | ^~~ | sin Sum.cpp:11:5: error: ‘fout’ was not declared in this scope 11 | fout>>sum; | ^~~~
nr. | result | time | message |
---|