您的答案為: 1 2 3 4 5 6 7 8 9 10 1 2 ...略 正確答案為: 1 2 3 4 5 6 7 8 9 10
#include "stdio.h"
#include "iostream"
using namespace std;
int main(void){
int a,b;
while(cin >> a){
int k[a];
for(b=0;b<a;b++){
int k[b];
cin >> k[b];
cout << b+1 << " ";
}
}
return 0;
}
怪了 我自己測試就沒問題阿@@
為什麼會多後面那一串阿= =
您的答案為: 1 2 3 4 5 6 7 8 9 10 1 2 ...略 正確答案為: 1 2 3 4 5 6 7 8 9 10
#include "stdio.h"
#include "iostream"
using namespace std;
int main(void){
int a,b;
while(cin >> a){
int k[a];
for(b=0;b int k[b];
cin >> k[b];
cout << b+1 << " ";
}
}
return 0;
}
怪了 我自己測試就沒問題阿@@
為什麼會多後面那一串阿= =
要換行