fork download
  1. #include <iostream>
  2. #include <fstream>
  3. using namespace std;
  4.  
  5. int main() {
  6. const int n = 5;
  7.  
  8. int a[n][n];
  9.  
  10.  
  11. ifstream fin("text.txt"); // открыли файл для чтения
  12. for (int i =0; i < n; i++){
  13. for (int j =0; j<n; j++){
  14. {
  15. fin >> a[i][j];
  16. cout << a[i][j];
  17.  
  18. }
  19. }
  20. }
  21. cin.get();
  22. }
Success #stdin #stdout 0s 3416KB
stdin
Standard input is empty
stdout
1-12162093080-1-1216036864-1081584924-1216034072-1081584992-1216130326-1081585072134513120-1081585064-12160341640-1217545920101-1216034512-121622842006-1216228420-1216213240-1216235744