もっとしっかりと足を固めましょう。

Formato
Plain text
Post date
2013-11-26 00:18
Publication Period
Unlimited
  1. /* Sample foothold program with math.
  2. // 地盤固めの算数入り例文プログラム。
  3. // By Joel Rees, November 2013.
  4. // ジョエル リースの2013年11月作。
  5. // Play with it, check out your compiler and your understanding.
  6. // これを使ってコンパイラの動作や自分の理解度をご確認ください。
  7. // いじってみて下さい。
  8. */
  9. #include <stdio.h> /* 標準入出力 */
  10. int main( void )
  11. {
  12. printf( "%d 本の足を岩に乗せたよ!\n", 1 + 1 );
  13. return 0; /* また無事に終わった。 */
  14. }
Descargar Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text