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