Untitled
Anonymous
plain_text
10/04/2022 9:43 AM
1.3 KB
13
Indexable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
namespace zadA
{
static class Silnia
{
static int Oblicz(int x)
{
for(int i = x)
}
}
class Program
{
static void Main(string[] args)
{
try
{
using (StreamReader sr = new StreamReader("in_A_grupa_nazwisko.txt"))
{
string line;
string[] tabela = new string[2];
line = sr.ReadLine();
Console.WriteLine(line);
tabela = line.Split(' ');
Math
}
}
catch (Exception e)
{
Console.WriteLine("The file could not be read:");
Console.WriteLine(e.Message);
}
Console.ReadKey();
}
}
}
Editor is loading...