summaryrefslogtreecommitdiff
path: root/wk4/pset/recover/test.c
blob: 30ddd9b6c7a499ff09140bea7adb0d6eae55bd6f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <cs50.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

int main(int argc, char *argv[])
{
    printf("%i\n", (int)(ceil(500000/512.0)));
}