Untitled
unknown
c_cpp
2 years ago
136 B
12
Indexable
#include <iostream>
struct point {
float x;
float y;
};
struct circle {
point center;
float R;
};
int main() {
}
Editor is loading...
Leave a Comment
#include <iostream>
struct point {
float x;
float y;
};
struct circle {
point center;
float R;
};
int main() {
}