mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 02:39:42 +08:00
7 lines
93 B
C++
7 lines
93 B
C++
#include <stdio.h>
|
|
#include "head.h"
|
|
|
|
double divide(int a, int b)
|
|
{
|
|
return (double)a/b;
|
|
} |