Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <cmath>
using namespace std;
int main() {
const int x_max=20 ,y_max=20;
const double y_max_v=1.0, mu=1.0;
#include <iostream>
#include <cmath>
using namespace std;
int main() {
const int x_max=20 ,y_max=20;
const float y_max_v=1.0, mu=1.0;
#include <iostream>
#include <cmath>
using namespace std;
int main() {
const int x_max=20 ,y_max=20;
const float y_max_v=1.0, mu=1.0;
#include <iostream>
#include <cmath>
using namespace std;
int main() {
const int x_max=20 ,y_max=20;
const float y_max_v=1.0, mu=1.0;
#include <iostream>
#include <cmath>
using namespace std;
int main() {
int x_max= ,y_max= ;
float V[x_max][y_max];
#include <iostream>
#include <cmath>
using namespace std;
int main() {
int x_max= ,y_max= ;
float V[x_max][y_max];
#include <iostream>
#include <cmath>
using namespace std;
int main() {
int x_max= ,y_max= ;
float V[x_max][y_max];