Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

PrintLine + limits

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 2,6 sec, absolute running time: 0,45 sec, absolute service time: 3,07 sec 
edit mode |  history
Program 1: print a triangle
----------------------------------------
*
**
***
****
*****
******
*****
****
***
**
*



Program 2. Simple C++ Integer Types
(Implementation Specific)
----------------------------------------
Data type Range
----------------------------------------
     char:                 -128   to                 +127
    short:               -32768   to               +32767
      int:          -2147483648   to          +2147483647
     long:          -2147483648   to          +2147483647
long long: -9223372036854775808   to +9223372036854775807
*********************************************

    
                
λ
.NET NoSQL database for rapid development