#include <iostream>


/*
 *
 * 2.39
 * 
 *
 */

struct fff {/*...*/};

int main () {

	std::cout << "Remove semicolon after struct in file '2p39.cpp' and try compiling to see what the compiler says" << std::endl;
	return 0;
}