Untitled
Anonymous
c_cpp
11/15/2023 2:59 PM
108 B
16
Indexable
#include <iostream>
int main()
{
int n;
while (1)
{
cin >> n;
}
}Editor is loading...
Leave a Comment
#include <iostream>
int main()
{
int n;
while (1)
{
cin >> n;
}
}