Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#33
#include <iostream> #include <string> #include <fstream> using namespace std; bool wczytajPlik() { ifstream plik; plik.open("input.txt"); if (!plik.good()) return false; int suma; while (true) { int a; plik >> a; cout << "[" << a << "] " << a << endl; suma += a; if (!plik.good()) break; } cout << "Suma: " << suma << endl; return true; } int main() { if(!wczytajPlik()) cout << "Blad otwierania pliku!" << endl; return 0; } // do tego potrzebny jest plik input.txt z liczbami oddzielonymi spacja
run
|
edit
|
history
|
help
0
!Enum
hangman
Postfix side effect returning 2
base call virtual
define_xml_tags
solution_problem4
Hangman
Permute
hangman
Matrix_1