View Code of Problem 1

#include<bit/stdc++.h>
using namespace std;
int main(){
	int a,b;
	cin>>a>>b;
	cout<<a+b;
	return 0;
}#include<bit/stdc++.h>
using namespace std;
int main(){
	int a,b;
	cin>>a>>b;
	cout<<a+b;
	return 0;
}
/*
Main.cc:1:9: fatal error: bit/stdc++.h: No such file or directory
 #include<bit/stdc++.h>
         ^~~~~~~~~~~~~~
compilation terminated.
*/

Double click to view unformatted code.


Back to problem 1