[ create a new paste ] login | about

hieunv1996

Name: HiếuNV
Email:
Site/Blog: https://nguyenvanhieu.vn/
Location: Hà Nội
Default language: C++
Favorite languages: C/C++/Web
About: https://nguyenvanhieu.vn/khoa-hoc-lap-trinh-c/

Saved pastes by hieunv1996:

C++, pasted on Apr 16:
1
2
3
4
#include <iostream>
#include <conio.h>
using namespace std;
#include <winbgim.h>
...
view (482 lines)
C++, pasted on Apr 3:
1
2
3
4
#include <iostream>
#include <conio.h>
using namespace std;
#include <winbgim.h>
...
view (166 lines)
C++, pasted on Mar 22:
1
2
3
4
5
// friend class
#include <iostream>
using namespace std;

class Square;
...
view (34 lines, 1 line of output)
C++, pasted on Mar 9:
1
2
3
4
#include <stdio.h>
#include <conio.h>
#include <graphics.h>
#include <math.h>
...
view (61 lines)
C++, pasted on Mar 9:
1
2
3
4
#include <iostream>
#include <conio.h>
using namespace std;
 
...
view (64 lines)
C++, pasted on Mar 5:
1
2
3
4
#include <stdio.h>
#include <conio.h>
#include <graphics.h>
#include <math.h>
...
view (61 lines)
C++, pasted on Mar 5:
1
2
3
4
#include <stdio.h>
#include <conio.h>
#include <graphics.h>
#include <math.h>
...
view (57 lines)
C++, pasted on Mar 5:
1
2
3
4
5
#include <iostream>
using namespace std;
#include <string.h>
#define MAX_SIZE 100
struct typeOfItem {
...
view (139 lines)
C++, pasted on Mar 5:
1
2
3
4
5
#include <iostream>
using namespace std;
#include <string.h>
#define MAX_SIZE 100
struct typeOfItem {
...
view (139 lines)
C, pasted on Jan 16:
1
2
3
4
5
#include <stdio.h>
#include <conio.h>

void nhap(int a[],int n){
	//a[0],a[1],a[2]
...
view (123 lines)