# 冠翔訓練0928-1  ```cpp= #include<iostream> #include<bits/stdc++.h> using namespace std; int main() { int n; cin >> n; int arr[n-1]; for(int i=0;i<n;i++) { cin >> arr[i]; } for(int j=0;j<n;j++) { cout << arr[j]+1<<endl; } return 0; } ```  
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up