16 lines
241 B
C++
16 lines
241 B
C++
|
#include <vcl.h>
|
|||
|
#include <windows.h>
|
|||
|
|
|||
|
#pragma hdrstop
|
|||
|
#pragma argsused
|
|||
|
|
|||
|
#include <tchar.h>
|
|||
|
#include <stdio.h>
|
|||
|
|
|||
|
int _tmain(int argc, _TCHAR* argv[])
|
|||
|
{
|
|||
|
printf ("%2$.2d, %1$s\n", "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", 2000);
|
|||
|
system("pause");
|
|||
|
return 0;
|
|||
|
}
|