mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
7 lines
85 B
C
7 lines
85 B
C
#include<stdio.h>
|
|
|
|
int main() {
|
|
int a = 2 - 2;
|
|
int b = 1 / a;
|
|
return 0;
|
|
} |