Advertisement
Guest User

lab_baranov

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2. #include "math.h"
  3. int main(void) {
  4.     int N;
  5.     float S;
  6.     printf("Please, enter value N:");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement