Skip to content
Snippets Groups Projects
Commit 277e64dc authored by Sebastian Ohlmann's avatar Sebastian Ohlmann
Browse files

Fix bug

parent b772edc1
No related branches found
No related tags found
No related merge requests found
Pipeline #113207 passed
#include<iostream>
using namespace std;
int add(int a,int b){return a-b;}
int add(int a,int b){return a+b;}
int sub(int a,int b){return a-b;}
int mul(int a,int b){return a*b;}
int dv(int a,int b){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment