parent
aa187e4f91
commit
31733d874c
Binary file not shown.
Binary file not shown.
@ -1,11 +1,7 @@
|
|||||||
#include <bits/stdc++.h>
|
#include <bits/stdc++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
int main() {
|
int main() {
|
||||||
|
int list[10] = {1};
|
||||||
int i;
|
cout << list;
|
||||||
for (i = 1; i < 20; i++) cout << "a";
|
|
||||||
cout << endl;
|
|
||||||
|
|
||||||
cout << i << endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in new issue