Submit solution
Points:
0.08 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem source:
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch
Cho một dãy số ~a_{1}~.. ~a_{N}~. Một nghịch thế là một cặp số ~u~, ~v~ sao cho ~u < v~ và ~a_{u} > a_{v}~. Nhiệm vụ của bạn là đếm số nghịch thế.
Input
- Dòng đầu ghi số nguyên dương ~N~.
- ~N~ dòng sau mỗi dòng ghi một số ~a_{i}~ (~1 \leq i \leq N~).
- ~1 \leq N \leq 60000~
- ~1 \leq a_{i} \leq 60000~
Output
- Ghi trên một dòng số ~M~ duy nhất là số nghịch thế.
Sample Input
3
3
1
2
Sample Output
2
Comments
30
minh nham a, k xoa duoc a :))))
dạ anh chị cho e hỏi vì sao bài e dùng segmentree kiểu này lại bị WA ạ,e cảm ơn nhiều https://ideone.com/DONBnI
This comment is hidden due to too much negative feedback. Show it anyway.
hello
Bài này có nghĩa là đếm có bao nhiêu số lớn hơn số trước nó. ở testcase mẫu là 3 1 2.
với i=1 là 3 thì ko có số nào lớn hơn nên là 0.
với i=2 là 1 thì có 3 (3>1) lớn hơn nên là 1 số.
với i=3 là 2 thì có số 3 (3>2) lớn hơn nên là 1 số nữa.
=> có 2 số
bài này làm sao vậy mn chỉ em với :(
My Sol:
Code (cũ nên hơi xấu) :
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
8
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
11
This comment is hidden due to too much negative feedback. Show it anyway.
13
14
15
16
17
18
19
20
21
22
23
23
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
27
28
28
29
30
31
32
33
34
35
36
NAH, ID WIN
nah i'd lose
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
26
This comment is hidden due to too much negative feedback. Show it anyway.
28
29
30
31
32
33
34
35
36
This comment is hidden due to too much negative feedback. Show it anyway.
Minh lo comment nham loi giai ma k biet delete o dau :v xin phep edit binh luan a