Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem type
Allowed languages
Python, Scratch
Comments
include <bits/stdc++.h>
using namespace std;
int main() { int n, m , k; cin >> n >> m; k = min(n, m); long long s = 0; for (int i = 1;i <= k; i+=2){ s += (m-i+1)*(n-i+1); } cout<< s; }
Khong co C++ :(((
dem=0, i=1, lặp cho đến khi i>M hoặc i>N: dem=dem+(M+1-i)*(N+1-i), i=i+2
print("How")
M=int(input()) N=int(input()) T=0 while (M>0)and(N>0): T+=M*N M-=2 N-=2 print(T)
tui làm được nhưng ràng buộc thì ko hiểu
hiểu nhưng ko biết làm
SOS
help me sos
tôi hiểu đề bài nhưng ko biết làm
This comment is hidden due to too much negative feedback. Show it anyway.
pls help, mình ko biết làm
đọc xong k hiểu j lun ó 😔🤨🤔
làm bằng scratch thì làm sao ạ?
https://scratch.mit.edu/projects/1042902581/editor
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.
khó théeeeeeeeeeeeeeeeeeeeeee
Bài này dễ mà! Cho M là số cột còn N là số hàng. Để đếm được số hình vuông có cạnh lẻ có trong hình, ta lấy MxN rồi M-2 x N-2(vì yêu cầu lấy số lẻ) làm như vậy sẽ tạo ra một đệ quy cho đến khi M-K x N-K = 1 mới thôi
k đâu ra
lặp lại cho đén khi n-k*M-k == 0
ko hiểu
Lần sau click reply nhé -_-(Tiện thể không hiểu OvOb)
Fine -_-
help help
Pls help :3:
làm như nào vậy mn