sysy-data/final_performance_c/log/fft1.log

12 lines
548 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

stdout:
stderr:
/home/wangfiox/Documents/database/final_performance_c/sy/fft1.sy:24:5: warning: conflicting types for built-in function memmove; expected void *(void *, const void *, long unsigned int) [-Wbuiltin-declaration-mismatch]
24 | int memmove(int dst[], int dst_pos, int src[], int len){
| ^~~~~~~
/home/wangfiox/Documents/database/final_performance_c/sy/fft1.sy:2:1: note: memmove is declared in header <string.h>
1 | #include "sylib.h"
+++ |+#include <string.h>
2 | #define mod 998244353