This commit is contained in:
2025-09-04 15:35:33 +02:00
parent d57594fc06
commit 0be5f67093
18 changed files with 188 additions and 0 deletions

BIN
SCR3.1/TP1/Ex3/a.out Executable file

Binary file not shown.

View File

@@ -0,0 +1,9 @@
#define N 1000
int t[N]={1};
int main()
{
return 0;
}