Nguyễn Khắc Bảo Lâm
Developer & Tech Enthusiast
Tk6 - CHT
Currently Online
~/system_info
PS C:\Users\Bao Lam> neofetch
Bao Lam@DESKTOP-BQFA2NV
OS: Windows 10 Pro [64-bit]
Host: Dell Inc. Latitude 5420
Kernel: 10.0.19045.0
Motherboard: Dell Inc. 0RHJK6
Uptime: 47 hours 17 minutes
Packages: 72 (scoop)
Shell: PowerShell v7.5.2
Resolution: 1920x1080
Terminal: Windows Terminal
CPU: 11th Gen Intel(R) Core(TM) i5-1145G7 @ 1.498GHz
GPU: Intel(R) Iris(R) Xe Graphics
Memory: 6,38 GiB / 15,39 GiB (41%)
Disk (C:): 72 GiB / 127 GiB (57%)
PS C:\Users\Bao Lam>_
NVIM - main.cpp
#include <bits/stdc++.h> #define ll long long #define MAXN 1000006 #define maxn 100005 using namespace std; const int MOD = 1e9 + 7; int main(){ ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); //freopen("main.inp","r",stdin); //freopen("main.out","w",stdout); █ return 0; }
NORMAL main.cpp
1,1 All