Untitled

he
 avatar
unknown
c_cpp
a year ago
87 B
1
Indexable
#include <iostream>
using namespace std;

int main()
{	
	int a;

	cin >> a;

}