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

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