Untitled
unknown
plain_text
3 years ago
1.0 kB
6
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...