[ create a new paste ] login | about

tothanh10061997

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by tothanh10061997:

C++, pasted on Mar 17:
1
2
3
4
5
#include<iostream>
#include <math.h>
using namespace std;
bool checktamgiac (int a, int b, int c)
{
...
view (33 lines, 4 lines of output)