luyencode / comments

Server lưu trữ bình luận trên Luyện Code
https://luyencode.net
6 stars 3 forks source link

https://oj.luyencode.net/problem/PASC #615

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Tam giác Pascal - Luyện Code Online

https://luyencode.net/problem/PASC

huydh1900 commented 3 years ago

Tham khảo : https://luyencode.net/status/765deef2f00deb2163ede15c00ab53f3?problem=PASC

DangLun commented 2 years ago

AC

Xem code AC

#include #define ll long long #define pb push_back #define pf push_front using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); int n; cin >> n; int a[n][n]; for(int i = 0; i