e2-2

taruieiji · April 27, 2026
/*E2-2*/
/*文字列の出力*/
#include <stdio.h>
int main(void) 
{
    printf("computer\n");
    printf("programming\n");
    return 0;
} 
Output

Comments

Please sign up or log in to contribute to the discussion.