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

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