$n * 1.1,
$prices
);
print_r($newPrices);
$n * 1.1,
$prices
);
print_r($newPrices);
#include
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR pCmdLine, int nCmdShow) {
MessageBox(NULL, GetCommandLine(),
TEXT(“勇者の攻撃!”), MB_ICONINFORMATION);
return 0;
}