summaryrefslogtreecommitdiff
path: root/wk4/pset/recover/test.c
blob: 87781af25bed2db6da2e1c95621701032c008e43 (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", ceil(sizeof(500000)/512.0) )
}