div:last-child {padding-bottom: 0;border: none;}.mass_comments_action {display: none;}.comm-box {margin-bottom: 20px;}.comm-title {float: left;font-size: 22px;font-weight: 700;color: #333;}.full-title {font-size: 22px;font-weight: 700;color: #333;margin-bottom: 20px;}.comm-user {float: right;font-size: 14px;padding-top: 5px;}.comm-bott {font-size: 17px;line-height: 24px;}.comm-bott > div, .answers .element .content {word-wrap: break-word;font-size: 18px;line-height: 24px;font-weight: 400;color: #000;}#news_set_sort {float: right;margin-top: -5px;}.side-title {color: #333;font-weight: 800;text-align: center;margin-bottom: 15px;}.side-btnbox {text-align: center;}.btn.bg-blue {background-color: #4CAF50;}#moreres {background: #ebf2f7;color: #000;font-size: 14px;text-transform: none;box-shadow: none;border-radius: 17px;border-bottom: 2px solid #e9e9e9;}#moreres.lds-ring-loader {opacity: 0.5;cursor: default;}#moreres .lds-ring {display: inline-block;position: absolute;width: 35px;height: 35px;}#moreres .lds-ring div {box-sizing: border-box;display: block;position: absolute;width: 30px;height: 30px;margin: 3px;border: 3px solid #333;border-radius: 50%;animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color: #333 transparent transparent transparent;}#moreres .lds-ring div:nth-child(1) {animation-delay: -0.45s;}#moreres .lds-ring div:nth-child(2) {animation-delay: -0.3s;}#moreres .lds-ring div:nth-child(3) {animation-delay: -0.15s;}@keyframes lds-ring {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}
profile
Опубликовано 5 лет назад по предмету Информатика от SunPeople

Pascal.
Выдает ошибку "Встречено 'var', а ожидался идентификатор".
Помогите найти ошибку, честно не могу понять в чем дело, я не спец в этом, но хочу разобраться (на уроках отсутствовала, вот и туплю). В общем, ваша задача ошибку найти, вперед :D

program
var a:integer; b:integer;
begin
writeln ('введите a');
readln (a);
writeln ('введите b');
readln (b);
writeln ('c= ',(2*(a+b));
end

  1. Ответ
    Ответ дан fedrfedr

    в первой строке, после program нужно, чтобы присутствовал идентификатор

    1. Ответ
      Ответ дан dashaswimlove11
      fedrfedr помоги с вопросом моим по информатике
    2. Ответ
      Ответ дан dashaswimlove11
      зайди на мой аккаунт вопросы и на последний вопросо ответь
    3. Ответ
      Ответ дан fedrfedr
      3tgx = -12 - это уже решено
    4. Ответ
      Ответ дан SunPeople
      Спасибо:)