Mean of execution time of a program

前端 未结 0 1217
忘掉有多难
忘掉有多难 2021-01-18 09:30

I have the following bash code (A.cpp, B.cpp and C.txt are filename in the current directory):

#!/bin/bash
g++ A.cpp -o A
g++ B.cpp -o B
Inputfiles=(X Y Z U V         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题