0_0_38894693_29441.cpp: In function 'int main()':
0_0_38894693_29441.cpp:10:38: error: 'exit' was not declared in this scope
10 | if (a == b && a == 0)exit();
| ^~~~
0_0_38894693_29441.cpp:2:1: note: 'exit' is defined in header '<cstdlib>'; did you forget to '#include <cstdlib>'?
1 | #include<stdio.h>
+++ |+#include <cstdlib>
2 |
|