New Paste

 

Recent Pastes

Administrate




Pastebin on pastebin.tropi.us

 
PasteID: gi
Pasted by Codingran♂, 17:44:33 1546019073GMTC o December 28, 2018 GMT
Expires Never
Paste size 254 b
Toggle Expand   Wrap   Style   Raw
 
  1. #include <iostream>  
  2.   
  3. int main () {  
  4. 	using namespace std; // std::cout, std::endl  
  5.   
  6. 	int i​nt = sizeof(int);  
  7. 	int ab​ = 1;  
  8. 	int a​b = 2;  
  9. 	cout<< i​nt<< endl; // whoa  
  10. 	cout<< a​b<< endl; // prints 1  
  11. 	cout<< ab​<< endl; // prints 2  
  12. 	// ...?  
  13.   
  14. }  
  15.  

 
 

 
 
 
 
 
Written by Knoxious.co.uk, 2010.