Это текст, таблица, числа
А что сделать надо? Исправить код? Держи. Вроде так.
<span>var m, k, i; integer;
mas; array [1..10] of integer;
begin
mas[1]:=14; mas[2]:=-4; mas[3]=12;
mas [4]:=-6; mas[5]:=8; mas[6]:=-10; mas[7]:=-8; mas[8]:=-9; mas[9]:=6; mas[10]:=-5;
m:=0; k:=0
for i:=1 to 10 do
if (mas[i]<0) and (i mod 2=0) then k:=k+mas
if mas[i]<10 then m:=m+mas[i]
write(m)+(k)
end.</span>
Объем видеопамяти будет равен 800*640*24 = 12288000 бит
12288000/8 = 1536000 байт
1536000/1024 = 1500 кбайт
1500/1024 = 1,47 Мб
C#
int N = Convert.toInt32(Console.ReadLine());
int sum = 0;
for (int n = 0; n < N; n++)
{
int a = Convert.toInt32(Console.ReadLine());
if (a < 15)
{
sum = sum + a;
}
}
if (sum > 60)
{
Console.WriteLine("Yes");
}
else
{
Console.WriteLine("No");
}
Console.ReadKey();