Rank Tên đăng nhập Điểm ▾ Bài tập Giới thiệu
1
phanhuykhang 1752
Phan Huy Khang, Đà Nẵng
39525 1131
2
tknhannguyenphu 1978
Nguyễn Phú Nhân, Đà Nẵng
38958 1084
3
MinhCrafter 1645
Nguyễn Ngọc Minh, Đà Nẵng
38853 299
C++
int fun = 0;
cin >> problem;

if (problem.type == "Math") {
    fun++;
    if (problem.solution == "Matrix Multiplication") fun += 69;
}

if (problem.type == "Data Structure") {
    fun--;
    if (problem.solution == "Tree") fun = -1;
}

if (fun < 0) cout << "Why didn't my code work?";
else cout << "Why did my code work?";
4
datnvt 1909
Nguyễn Viết Thành Đạt, Đà Nẵng
38652 742

no ok

5
tuandq 1786
Dương Quốc Tuấn, Đà Nẵng
38407 910
6
n3huytn 1571
Thiều Nguyễn Huy, Đà Nẵng
38162 1115

We’re no strangers to love
You know the rules and so do I
A full commitment’s what I’m thinking of
You wouldn’t get this from any other guy

I just wanna tell you how I’m feeling
Gotta make you understand

Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you

We’ve known each other for so long
Your heart’s been aching but you’re too shy to say it
Inside we both know what’s been going on
We know the game and we’re gonna play it

And if you ask me how I’m feeling
Don’t tell me you’re too blind to see

Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you

7
phamducminh538 1709
Pham Duc Minh
37477 611

me

8
vongocsinh 1647
Võ Ngọc Sinh, Quảng Bình
36733 338
9
ShineNoLife 2052
Hà Xuân Thiện, Quảng Bình
35229 212
10
Namlenam 1196
Lê Nam, Đà Nẵng
35056 979
11
n2trietpd 1520
Phan Đình Triết
34438 617
12
Sang522008 1525
Nguyễn Ngọc Cao Sang
34209 789

Nick Phụ: nguyenngoccaosang , NNCS

Newbie


#include <bits/stdc++.h>

using namespace std;

signed main()
{
    ios_base::sync_with_stdio(NULL);
    cin.tie(NULL);
    cout<<"Cao Sangg";
}

Profile
FaceBook

13
NguyenHuuNhatQuang 1441
Nguyễn Hữu Nhật Quang, Đà Nẵng
33762 349

in4 ny

C++
long long mood = 0;
vector<string>Bai;
for(int i = 0; i < Bai.size(); i ++)
  if(Bai[i] == "Math" or Bai[i] == "Combinatorics")
    mood ++;
  if(Bai[i] == "Tree" or Bai[i] == "Graph")
    mood --;
  if(mood < 0)
    break;
  if(Bai[i] == "Segment tree")
    Bai[i] = "Sqrt decompostion";
  if(Bai[i] == "KMP" or Bai[i] == "Z" or Bai[i] == "Trie")
    Bai[i] = "Hash";
}
14
huyquang_25 1630
Lê Quang Huy
32406 482
15
lengocnga 1556
Lê Ngọc Ngà
30794 502
16
trvhung 1727
Trần Việt Hưng
29663 155
17
sunflower 1414
Nguyễn Văn Hưng, Q.Bình
27186 202
18 26527 86
19
PhongEV 1598
2009_phong
26397 426

Nhìn cái j cơ =))

20
lamdungvng 1241
Phan Lâm Dũng, Quảng Bình
22625 60
21
little 1750
Đặng Minh Tú, Quảng Bình
21243 79

LittleNoPro

22 19933 78
23
Ragnakrog 1069
Quá khó để quên em
16052 50
24 14708 64
25 14490 74
26
hathaictb 1272
Cao Trần Hà Thái, T.Bình
14343 22
27 14325 18
28 11554 15
29
jarvis4869 1259
Nguyễn Quốc Linh
11447 52
30 10202 18
31
Cwistor 1119
Nguyễn Minh Chí, Bình Dương
9610 21
32
Nguyencter 1557
Lê Xuân Nguyên, Quảng Bình
8994 19
33
dienkudo123 1221
Lê Đức Diện
7255 41
34 6831 22
35
pizza1710 1236
Nguyễn Quang Thắng
6687 46
36
duydong05 1346
Đỗ Duy Đông, N.Thuận
5813 12
37
71nguyenminhchau
<color=#[33FFFF]>FAKER</color>
4246 19
38 3956 9
39 3715 6
40
vinhhoang 1017
Hoàng Đình Vĩnh Hoàng, Q.Bình
2917 5
41
chuotluoi184 1188
Thùy Duyên
1713 7
42 1601 1

quagegom

43 1075 5

hihi

44 901 1

GV THCS

45 641 3
46 158 2
47 101 1
47 101 1
49 0 0
49 0 0
49 0 0
49 0 0

dÃAGWAGSXFAWGSFASCSA

49 0 0

include<bits/stdc++.h>

using namespace std;
long long n,x;
bool scp(long long m)
{
long long x=sqrt(m);
if(x*x==m) return true;
else return false;
}
main()
{
long long L,R,dem=0;
cin>>L>>R;
for (int i=L;i<=R;i++)
if (scp(i)) dem++;
cout<<dem;
}

49 0 0
49 0 0
49 0 0
49 0 0