#include <stdio.h>
int main(void)
{
int x = 6, y = 2 * x * x * x + 5;
printf("x = %d, y = %d\n", x, y);
return 0;
}
/* my output
x = 6, y = 437
*/ Man... open a book.
Reputation Points: 2780
Solved Threads: 312
long time no c
Offline 4,790 posts
since Apr 2004