C/C++の宿題を片付けます 120代目 at TECH
[2ch|▼Menu]
321:デフォルトの名無しさん
08/12/18 20:37:55
>>320
#include <stdio.h>
#include <stdlib.h>
int main()
{
char s[1000];
int x;
fgets(s, 1000, stdin);
x = strtol(s, NULL, 16);
return 0;
}



次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

4942日前に更新/118 KB
担当:undef