‘ ŽŽ‚΅‚Δ‚έ‚ζ‚€Iyfor •Άz

#include <stdio.h>
main() {
    int i;
      /* ‘I‘π */ 
       printf("i‚Μ’lF%d\n", i);
    }
    return 0;
}


ŽΐsŒ‹‰ΚF
#include <stdio.h>
main() {
    int i, s, n;
    s = 0;
      /* –½—ί‚π‘I‘π */  
    for ( i=1; i<=n; i++ ) {
       s += i;
       printf("i:%d s:%d\n", i, s);
    }
    return 0;
}


ŽΐsŒ‹‰Κ:


All Rights Reserved, Copyright©@Yoshito Yamamoto 2004