开发平台(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;//一共要跑几次 <