作者:
wope (獨立黑色色彩)
2014-10-09 15:10:20開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
GCC 4.7.2 + MinGW64
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
OMP.h
問題(Question):
CPPCheck V1.66 會警告可執行且執行成果正確的語法
餵入的資料(Input):
無
預期的正確結果(Expected Output):
不要警告
錯誤結果(Wrong Output):
發出警告
程式碼(Code):(請善用置底文網頁, 記得排版)
#include<stdio.h>
#include <windows.h>
#include<omp.h>
int main(void) {
int Total=60;//一共要跑幾次 <