#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc < 3) return 1;
int a = atoi(argv[1]);
int b = atoi(argv[2]);
int x = a / b;
printf("Result: %d\n", x);
return 0;
}
root@f64c0da46f6e:~# ./5_opt 100 0
Floating point exception (core dumped)
ποΈ
npub13yj5...29vj
see me
η±»δΌΌδΊη¨4090+14900KSζζε°1
View quoted note β