View difference between Paste ID: Y9xTwUft and jCmHc3W8
SHOW: | | - or go back to the newest paste.
1-
#include<iostream>
1+
#include<iostream>
2-
using namespace std;
2+
using namespace std;
3-
3+
4-
int main(){
4+
int main(){
5-
	cout << "1+124=" << int(1 + 124);
5+
	cout << "1+124=" << int(1 + 124);
6-
	
6+
	
7-
	return 0;
7+
	return 0;
8
}