Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Saya17 opened this issue Apr 24, 2022 · 0 comments
Open

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

Saya17 opened this issue Apr 24, 2022 · 0 comments

Comments

@Saya17
Copy link

Saya17 commented Apr 24, 2022

#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,   

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant