Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
12
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { string s; int k = 0,a,b; Console.WriteLine("Введите путь к файлу"); s = Console.ReadLine(); StreamReader F = new StreamReader(s); b = Convert.ToInt32(F.ReadLine()); for (; !F.EndOfStream; ) { a = Convert.ToInt32(F.ReadLine()); if ((a*b%2==1) && (a+b>0)) k++; a=b; } Console.WriteLine("количество пар соседних элементов файла, произведение которых нечётно, а сумма – положительна {0}",k); } } }
run
|
edit
|
history
|
help
0
Delegate test lambda
give coins
MidtermsGame_Rampage_12Geronimo
Date Diff
learning1
Found many section of times intersect (can edit)
Readonly
hacker
GYT
Bid Status