00001 #include <iostream> 00002 using namespace std; 00003 00004 int main() 00005 { 00006 cout << "Check my format!"; 00007 return 0; 00008 }