Skip to content

Instantly share code, notes, and snippets.

View alberto255345's full-sized avatar

Alberto Vitoriano alberto255345

View GitHub Profile
@alberto255345
alberto255345 / pista2.c
Last active February 3, 2016 17:52
vetores
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include <string.h>
#include <time.h>
using namespace std;
class reserva{
private:
int tempo[100];