Language
C++
Compiler
gcc 8.1.0
Options
Warnings
Don't Use Boost
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic 5: abc ,4: -4 ,3: 3.14 ,2: a ,1: 0xff
5: 10{-,0},4: 9{-,0},3: 8{-,0},2: 7{-,0},1: 6{-,0}
5: x ,4: 8 ,3: xyz ,2: 3.14 ,1: 0xff
r:1: xyz + line + 423,r:2: 3.14 + line + 423,r:3: 8 + line + 423,r:4: x + line + 423
r:1: 1 + line + 424,r:2: 2 + line + 424,r:3: 3 + line + 424,r:4: 4 + line + 424,r:5: 5 + line + 424
0: 3.14,1: 3,2: DA,3: 11,5: 0xff
0: 6,1: 7,2: 8,3: 9,5: 10
{3.14,3,DA,11,0xff}
{0.1923,42,{0xb00b1e5,|,3.14,-4,{a,b,c}},cba}
{1,2,3,4,5} {1,2,3,5,8,13,21}
RO: Hi, my name is
i'm 19y.o.
oops just now i'm 20y.o. because HappyBirthDay
and this is my course for today: {physics,0,42}
i'm 20y.o.
oops just now i'm 21y.o. because HappyBirthDay
and this is my course for today: {chemistry,19,23}
runDemo()::Student: [{21,RO,{chemistry,19,23}}]
RO: Bye...
Exit Code:
0