fork download
  1. #include <iostream>
  2. using namespace std; //Tsabitha X4
  3. int main() {
  4. int tahun = 2023;
  5. int tanggal= 15;
  6. string bulan = "Februari";
  7.  
  8. //cetak sandi
  9. cout<<tahun +10 <<"-" <<bulan <<"-" <<tanggal+7<<endl;
  10. return 0;
  11. }
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
2033-Februari-22