wandbox-vim
wandbox-vim copied to clipboard
実行時にエラーが起きる
#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,
}