test.c
来自「关于进程间通信的代码集锦2」· C语言 代码 · 共 8 行
C
8 行
#include <stdio.h>#include <signal.h>int main(){ printf("%d,%d\n",24/4*2-2,24/4*2-1); return 0;}