summaryrefslogtreecommitdiff
path: root/wk4/pset/recover/test.c
blob: f9c412669aadbd1d69b42742b78afa43e2f88760 (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("%f\n", ceil(500000/512.0));
}