2
0

math.c 81 B

12345
  1. #include <math.h>
  2. int main(int argc, char ** argv) {
  3. float c = cos(3.14);
  4. }