#include <iostream>
#include "review.h"

int main()
{
    if (WriteOut(3.1415926535) != 3)
        return 1;
    return 0;
}