Small tests i share because why not
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

7 řádky
117 B

#include <string>
#include <iostream>
int main()
{
std::cout<<"size of string: "<<sizeof(std::string)<<std::endl;
}