アカウント名:
パスワード:
ついに、オヤジビットがONになってしまいましたね・・・(ぉ
どもども。オヤジビット検出をCで。
#include #include
#define OYAJI 0x20
int main (int argc, char **argv){ int age = 0; if (argc == 2) age = atoi(argv[1]); if (age & OYAJI) puts ("U R OYAJI!"); return 0;}
あうち。include消えるの確認できなかった。
#include <stdio.h>#include <stdlib.h>
より多くのコメントがこの議論にあるかもしれませんが、JavaScriptが有効ではない環境を使用している場合、クラシックなコメントシステム(D1)に設定を変更する必要があります。
アレゲはアレゲを呼ぶ -- ある傍観者
おめでとうございます。 (スコア:2)
ついに、オヤジビットがONになってしまいましたね・・・(ぉ
Re: (スコア:2)
どもども。オヤジビット検出をCで。
#include
#include
#define OYAJI 0x20
int main (int argc, char **argv)
{
int age = 0;
if (argc == 2) age = atoi(argv[1]);
if (age & OYAJI) puts ("U R OYAJI!");
return 0;
}
Re:おめでとうございます。 (スコア:2)
あうち。include消えるの確認できなかった。
#include <stdio.h>
#include <stdlib.h>