a9f2d6a56a
ysyx_22040000 李心杨 Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux 21:48:13 up 2 days 1:16, 2 users, load average: 0.22, 0.16, 0.14
6 lines
74 B
C
6 lines
74 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("%d", -9 %4);
|
|
return 0;
|
|
}
|