wandbox-vim icon indicating copy to clipboard operation
wandbox-vim copied to clipboard

実行時にエラーが起きる

Open Saya17 opened this issue 4 years ago • 0 comments

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

}

Saya17 avatar Apr 24 '22 08:04 Saya17