language: C++ (gcc-4.3.4)
date: 759 days 19 hours ago
link:
visibility: public
1
2
3
4
5
6
7
8
#include <iostream>
using namespace std;
 
int main()
{
cout << "Tecnología Diaria";
return 0;
}
  • upload with new input
  • result: Success     time: 0s    memory: 0 kB     returned value: 0

    Tecnología Diaria