Skip to content

実行時にエラーが起きる #14

@Saya17

Description

@Saya17

#include <stdio.h>

int main(void)
{ 

printf("%5-1の答えは%d¥n", 5-1);
printf("10÷2の答えは5d¥n", 10/2);
printf("2×5の答えは%d¥n", 2*5);

return 0,   

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions