ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1293. Эния

what's wrong with this code.....????
Послано shailendrasky 20 дек 2013 22:02
#include<stdio.h>
#include<math.h>
int main()
{
    int  n;

    printf("%d\n",scanf("%d",&n)*n*scanf("%d",&n)*n*scanf("%d",&n)*n*2);
}
Re: what's wrong with this code.....????
Послано mhg 6 июл 2014 16:56
you write so complex, the answer is N*A*B*2
Re: what's wrong with this code.....????
Послано Fardayek 30 авг 2016 00:25
why so complex man!!
Re: what's wrong with this code.....????
Послано ToadMonster 30 авг 2016 12:56
Should it work at all? Isn't it unspecified behavior - n is modified 3 times in the same expression?
Re: what's wrong with this code.....????
Послано MD.KHALED JUBAIR SHIHAB 26 ноя 2017 11:56
Brother, you should solve it step by step!Don't do all things in printf function.In this way u can easily find you bug!
Re: what's wrong with this code.....????
Послано Md Shah Alam 13 дек 2018 08:23
You can follow this method n*a*b*2